mkpaths() — tailwindcss Function Reference
Architecture documentation for the mkpaths() function in walk.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 9470a5fd_859e_d1b5_a036_0570d8e55df8["mkpaths()"] b3ca296d_790b_9bf3_23ea_56e5c5c48565["walk.rs"] 9470a5fd_859e_d1b5_a036_0570d8e55df8 -->|defined in| b3ca296d_790b_9bf3_23ea_56e5c5c48565 9df16f40_0af0_7013_ce71_ae30d02a8d20["assert_paths()"] 9df16f40_0af0_7013_ce71_ae30d02a8d20 -->|calls| 9470a5fd_859e_d1b5_a036_0570d8e55df8 style 9470a5fd_859e_d1b5_a036_0570d8e55df8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/walk.rs lines 2121–2125
fn mkpaths(paths: &[&str]) -> Vec<String> {
let mut paths: Vec<_> = paths.iter().map(|s| s.to_string()).collect();
paths.sort();
paths
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does mkpaths() do?
mkpaths() is a function in the tailwindcss codebase, defined in crates/ignore/src/walk.rs.
Where is mkpaths() defined?
mkpaths() is defined in crates/ignore/src/walk.rs at line 2121.
What calls mkpaths()?
mkpaths() is called by 1 function(s): assert_paths.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free