path() — tailwindcss Function Reference
Architecture documentation for the path() function in walk.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD eaa93251_8ff2_5e1b_adef_2cb61588bdb0["path()"] b3ca296d_790b_9bf3_23ea_56e5c5c48565["walk.rs"] eaa93251_8ff2_5e1b_adef_2cb61588bdb0 -->|defined in| b3ca296d_790b_9bf3_23ea_56e5c5c48565 e779231b_985a_36eb_def8_55058c03b00a["metadata()"] e779231b_985a_36eb_def8_55058c03b00a -->|calls| eaa93251_8ff2_5e1b_adef_2cb61588bdb0 c9393a41_60b0_2c9f_d0be_286e9c7c6255["from_entry()"] c9393a41_60b0_2c9f_d0be_286e9c7c6255 -->|calls| eaa93251_8ff2_5e1b_adef_2cb61588bdb0 3c51f0ff_4cd6_d95d_d673_2bd6bd97e029["from_entry_os()"] 3c51f0ff_4cd6_d95d_d673_2bd6bd97e029 -->|calls| eaa93251_8ff2_5e1b_adef_2cb61588bdb0 de47c3c4_7919_326b_65e2_dcc7c2bd96c6["build()"] de47c3c4_7919_326b_65e2_dcc7c2bd96c6 -->|calls| eaa93251_8ff2_5e1b_adef_2cb61588bdb0 10cd0c5a_639d_bb39_ec52_5763cda217d9["skip_entry()"] 10cd0c5a_639d_bb39_ec52_5763cda217d9 -->|calls| eaa93251_8ff2_5e1b_adef_2cb61588bdb0 83bb976e_1649_1bda_3eb2_5a61fc6842eb["next()"] 83bb976e_1649_1bda_3eb2_5a61fc6842eb -->|calls| eaa93251_8ff2_5e1b_adef_2cb61588bdb0 108dca3a_76ad_c78e_2e8e_08a7c813e095["add_parents()"] 108dca3a_76ad_c78e_2e8e_08a7c813e095 -->|calls| eaa93251_8ff2_5e1b_adef_2cb61588bdb0 aa0cee8b_8d87_b865_b317_793adac3036f["read_dir()"] aa0cee8b_8d87_b865_b317_793adac3036f -->|calls| eaa93251_8ff2_5e1b_adef_2cb61588bdb0 db2e31aa_a7bc_3c9b_da84_dcf0c56993e2["run_one()"] db2e31aa_a7bc_3c9b_da84_dcf0c56993e2 -->|calls| eaa93251_8ff2_5e1b_adef_2cb61588bdb0 4825dec2_fb68_889a_5be0_2277e9d7cb28["generate_work()"] 4825dec2_fb68_889a_5be0_2277e9d7cb28 -->|calls| eaa93251_8ff2_5e1b_adef_2cb61588bdb0 b294922e_64f3_e79f_5287_0f5911843665["check_symlink_loop()"] b294922e_64f3_e79f_5287_0f5911843665 -->|calls| eaa93251_8ff2_5e1b_adef_2cb61588bdb0 bfef1f48_c276_a284_f360_be867db32a62["should_skip_entry()"] bfef1f48_c276_a284_f360_be867db32a62 -->|calls| eaa93251_8ff2_5e1b_adef_2cb61588bdb0 0689c91b_b128_bb7a_4086_3fa2a52a5f48["path_equals()"] 0689c91b_b128_bb7a_4086_3fa2a52a5f48 -->|calls| eaa93251_8ff2_5e1b_adef_2cb61588bdb0 style eaa93251_8ff2_5e1b_adef_2cb61588bdb0 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