new_raw() — tailwindcss Function Reference
Architecture documentation for the new_raw() function in walk.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 257c924a_e97b_8a42_d7b6_020af6d65de0["new_raw()"] d73ec138_1801_f65e_9f01_1730eee813b7["visit()"] d73ec138_1801_f65e_9f01_1730eee813b7 -->|calls| 257c924a_e97b_8a42_d7b6_020af6d65de0 83e9692c_0ef1_97e5_4b56_90182cf80c7a["generate_work()"] 83e9692c_0ef1_97e5_4b56_90182cf80c7a -->|calls| 257c924a_e97b_8a42_d7b6_020af6d65de0 style 257c924a_e97b_8a42_d7b6_020af6d65de0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/walk.rs lines 120–125
fn new_raw(dent: DirEntryRaw, err: Option<Error>) -> DirEntry {
DirEntry {
dent: DirEntryInner::Raw(dent),
err,
}
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does new_raw() do?
new_raw() is a function in the tailwindcss codebase.
What calls new_raw()?
new_raw() is called by 2 function(s): generate_work, visit.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free