mkpaths() — tailwindcss Function Reference
Architecture documentation for the mkpaths() function in walk.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 4cbda2ce_3483_a708_0dca_a858021f3b31["mkpaths()"] 8031325b_dcd2_8c49_70e7_46191ce03a79["walk.rs"] 4cbda2ce_3483_a708_0dca_a858021f3b31 -->|defined in| 8031325b_dcd2_8c49_70e7_46191ce03a79 3c337f58_9743_cefc_9b9d_984193abd3d2["assert_paths()"] 3c337f58_9743_cefc_9b9d_984193abd3d2 -->|calls| 4cbda2ce_3483_a708_0dca_a858021f3b31 style 4cbda2ce_3483_a708_0dca_a858021f3b31 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