mkpaths() — tailwindcss Function Reference
Architecture documentation for the mkpaths() function in walk.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD f3839f67_c213_8ef2_1472_7af1d175bc85["mkpaths()"] 03f45cf3_87f6_e91f_bef8_2f9380aab005["assert_paths()"] 03f45cf3_87f6_e91f_bef8_2f9380aab005 -->|calls| f3839f67_c213_8ef2_1472_7af1d175bc85 style f3839f67_c213_8ef2_1472_7af1d175bc85 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