mkpaths() — tailwindcss Function Reference
Architecture documentation for the mkpaths() function in walk.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD f326e096_65ef_3b6b_6f94_83615f7abb53["mkpaths()"] 5fe9aa4d_d793_b1a2_d187_4991d92c8d6e["assert_paths()"] 5fe9aa4d_d793_b1a2_d187_4991d92c8d6e -->|calls| f326e096_65ef_3b6b_6f94_83615f7abb53 style f326e096_65ef_3b6b_6f94_83615f7abb53 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
Called By
Source
Frequently Asked Questions
What does mkpaths() do?
mkpaths() is a function in the tailwindcss codebase.
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