path() — tailwindcss Function Reference
Architecture documentation for the path() function in walk.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 934d114d_964b_414a_2b41_82e8174b7c3d["path()"] 8031325b_dcd2_8c49_70e7_46191ce03a79["walk.rs"] 934d114d_964b_414a_2b41_82e8174b7c3d -->|defined in| 8031325b_dcd2_8c49_70e7_46191ce03a79 866a73c9_ab6c_d6a8_247d_b7de7fc01ac9["metadata()"] 866a73c9_ab6c_d6a8_247d_b7de7fc01ac9 -->|calls| 934d114d_964b_414a_2b41_82e8174b7c3d 22ec8950_f405_d7ab_6054_ecd191592786["from_entry()"] 22ec8950_f405_d7ab_6054_ecd191592786 -->|calls| 934d114d_964b_414a_2b41_82e8174b7c3d bd605f97_f731_c85b_0293_e5bf9c6573a7["from_entry_os()"] bd605f97_f731_c85b_0293_e5bf9c6573a7 -->|calls| 934d114d_964b_414a_2b41_82e8174b7c3d 7fdc5de6_ca45_c05a_0113_cfaee5250ec1["build()"] 7fdc5de6_ca45_c05a_0113_cfaee5250ec1 -->|calls| 934d114d_964b_414a_2b41_82e8174b7c3d d58582e3_a53c_e31d_6fdd_178c8966b65f["skip_entry()"] d58582e3_a53c_e31d_6fdd_178c8966b65f -->|calls| 934d114d_964b_414a_2b41_82e8174b7c3d 73051fe0_7961_eb6e_45e8_f6342250c845["next()"] 73051fe0_7961_eb6e_45e8_f6342250c845 -->|calls| 934d114d_964b_414a_2b41_82e8174b7c3d b31162da_3a9c_3d21_bcce_888d5bb5105b["add_parents()"] b31162da_3a9c_3d21_bcce_888d5bb5105b -->|calls| 934d114d_964b_414a_2b41_82e8174b7c3d c3928b53_09b6_abd6_e1af_169ef4b220b7["read_dir()"] c3928b53_09b6_abd6_e1af_169ef4b220b7 -->|calls| 934d114d_964b_414a_2b41_82e8174b7c3d 04e8d630_da3f_f0a4_57a8_0bd018070b1a["run_one()"] 04e8d630_da3f_f0a4_57a8_0bd018070b1a -->|calls| 934d114d_964b_414a_2b41_82e8174b7c3d dc874db4_e8a3_5292_d49c_2245b8b18f45["generate_work()"] dc874db4_e8a3_5292_d49c_2245b8b18f45 -->|calls| 934d114d_964b_414a_2b41_82e8174b7c3d 951367a8_ba0e_dae4_3cae_d3f7848916e3["check_symlink_loop()"] 951367a8_ba0e_dae4_3cae_d3f7848916e3 -->|calls| 934d114d_964b_414a_2b41_82e8174b7c3d 862035d5_a7df_75ac_7b1e_717ff1207a9a["should_skip_entry()"] 862035d5_a7df_75ac_7b1e_717ff1207a9a -->|calls| 934d114d_964b_414a_2b41_82e8174b7c3d 633cf0ee_78d6_12f4_349d_a7fafa78e65a["path_equals()"] 633cf0ee_78d6_12f4_349d_a7fafa78e65a -->|calls| 934d114d_964b_414a_2b41_82e8174b7c3d style 934d114d_964b_414a_2b41_82e8174b7c3d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/walk.rs lines 37–39
pub fn path(&self) -> &Path {
self.dent.path()
}
Domain
Subdomains
Defined In
Called By
- add_parents()
- build()
- check_symlink_loop()
- custom_ignore()
- custom_ignore_exclusive_use()
- explicit_ignore()
- explicit_ignore_exclusive_use()
- filter()
- first_path_not_symlink()
- from_entry()
- from_entry_os()
- generate_work()
- gitignore()
- gitignore_parent()
- max_depth()
- max_filesize()
- metadata()
- min_depth()
- next()
- no_ignores()
- path_equals()
- read_dir()
- run_one()
- same_file_system()
- should_skip_entry()
- skip_entry()
- symlink_loop()
- symlinks()
- walk_collect()
- walk_collect_parallel()
- walkdir_is_dir()
Source
Frequently Asked Questions
What does path() do?
path() is a function in the tailwindcss codebase, defined in crates/ignore/src/walk.rs.
Where is path() defined?
path() is defined in crates/ignore/src/walk.rs at line 37.
What calls path()?
path() is called by 31 function(s): add_parents, build, check_symlink_loop, custom_ignore, custom_ignore_exclusive_use, explicit_ignore, explicit_ignore_exclusive_use, filter, and 23 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free