depth() — tailwindcss Function Reference
Architecture documentation for the depth() function in walk.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 81a81328_f9d1_4939_ace7_0cf7fd2523a1["depth()"] 8031325b_dcd2_8c49_70e7_46191ce03a79["walk.rs"] 81a81328_f9d1_4939_ace7_0cf7fd2523a1 -->|defined in| 8031325b_dcd2_8c49_70e7_46191ce03a79 d58582e3_a53c_e31d_6fdd_178c8966b65f["skip_entry()"] d58582e3_a53c_e31d_6fdd_178c8966b65f -->|calls| 81a81328_f9d1_4939_ace7_0cf7fd2523a1 73051fe0_7961_eb6e_45e8_f6342250c845["next()"] 73051fe0_7961_eb6e_45e8_f6342250c845 -->|calls| 81a81328_f9d1_4939_ace7_0cf7fd2523a1 b31162da_3a9c_3d21_bcce_888d5bb5105b["add_parents()"] b31162da_3a9c_3d21_bcce_888d5bb5105b -->|calls| 81a81328_f9d1_4939_ace7_0cf7fd2523a1 c3928b53_09b6_abd6_e1af_169ef4b220b7["read_dir()"] c3928b53_09b6_abd6_e1af_169ef4b220b7 -->|calls| 81a81328_f9d1_4939_ace7_0cf7fd2523a1 04e8d630_da3f_f0a4_57a8_0bd018070b1a["run_one()"] 04e8d630_da3f_f0a4_57a8_0bd018070b1a -->|calls| 81a81328_f9d1_4939_ace7_0cf7fd2523a1 71f71c85_8468_749e_893a_4842be5cce15["walkdir_is_dir()"] 71f71c85_8468_749e_893a_4842be5cce15 -->|calls| 81a81328_f9d1_4939_ace7_0cf7fd2523a1 style 81a81328_f9d1_4939_ace7_0cf7fd2523a1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/walk.rs lines 80–82
pub fn depth(&self) -> usize {
self.dent.depth()
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does depth() do?
depth() is a function in the tailwindcss codebase, defined in crates/ignore/src/walk.rs.
Where is depth() defined?
depth() is defined in crates/ignore/src/walk.rs at line 80.
What calls depth()?
depth() is called by 6 function(s): add_parents, next, read_dir, run_one, skip_entry, walkdir_is_dir.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free