Home / Function/ new_raw() — tailwindcss Function Reference

new_raw() — tailwindcss Function Reference

Architecture documentation for the new_raw() function in walk.rs from the tailwindcss codebase.

Function rust Oxide Scanner called by 2

Entity Profile

Dependency Diagram

graph TD
  97a7782b_b5fc_60b9_647d_53de6ce7f711["new_raw()"]
  8031325b_dcd2_8c49_70e7_46191ce03a79["walk.rs"]
  97a7782b_b5fc_60b9_647d_53de6ce7f711 -->|defined in| 8031325b_dcd2_8c49_70e7_46191ce03a79
  da7185cc_deeb_42bc_cc20_4a3139551ba0["visit()"]
  da7185cc_deeb_42bc_cc20_4a3139551ba0 -->|calls| 97a7782b_b5fc_60b9_647d_53de6ce7f711
  dc874db4_e8a3_5292_d49c_2245b8b18f45["generate_work()"]
  dc874db4_e8a3_5292_d49c_2245b8b18f45 -->|calls| 97a7782b_b5fc_60b9_647d_53de6ce7f711
  style 97a7782b_b5fc_60b9_647d_53de6ce7f711 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

Frequently Asked Questions

What does new_raw() do?
new_raw() is a function in the tailwindcss codebase, defined in crates/ignore/src/walk.rs.
Where is new_raw() defined?
new_raw() is defined in crates/ignore/src/walk.rs at line 120.
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