path() — tailwindcss Function Reference
Architecture documentation for the path() function in dir.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 0a625c2b_b1dd_2da6_7dda_34ff725be14b["path()"] 7762aff3_b0a0_d9d9_69cc_7a869659f9cf["matched_dir_entry()"] 7762aff3_b0a0_d9d9_69cc_7a869659f9cf -->|calls| 0a625c2b_b1dd_2da6_7dda_34ff725be14b ac8fac4b_5baf_500a_e391_2a9d3774f354["matched_ignore()"] ac8fac4b_5baf_500a_e391_2a9d3774f354 -->|calls| 0a625c2b_b1dd_2da6_7dda_34ff725be14b c94787ee_7482_f446_eb6f_762e581305a0["explicit_ignore()"] c94787ee_7482_f446_eb6f_762e581305a0 -->|calls| 0a625c2b_b1dd_2da6_7dda_34ff725be14b 17cdd51d_ca35_8a64_6dc8_9c6e0455e172["git_exclude()"] 17cdd51d_ca35_8a64_6dc8_9c6e0455e172 -->|calls| 0a625c2b_b1dd_2da6_7dda_34ff725be14b fbdeb509_eba4_bae9_2ce8_5c766d404493["gitignore()"] fbdeb509_eba4_bae9_2ce8_5c766d404493 -->|calls| 0a625c2b_b1dd_2da6_7dda_34ff725be14b 79e3c754_8474_a963_29a3_90d4c7ba1ae6["gitignore_with_jj()"] 79e3c754_8474_a963_29a3_90d4c7ba1ae6 -->|calls| 0a625c2b_b1dd_2da6_7dda_34ff725be14b 34932f21_88af_6440_c66c_353d5f8f5d5f["gitignore_no_git()"] 34932f21_88af_6440_c66c_353d5f8f5d5f -->|calls| 0a625c2b_b1dd_2da6_7dda_34ff725be14b 0acf0b75_0130_a3a0_05a9_f8eb96b43574["gitignore_allowed_no_git()"] 0acf0b75_0130_a3a0_05a9_f8eb96b43574 -->|calls| 0a625c2b_b1dd_2da6_7dda_34ff725be14b d58907e3_e69c_781c_552a_4b682691e0de["ignore()"] d58907e3_e69c_781c_552a_4b682691e0de -->|calls| 0a625c2b_b1dd_2da6_7dda_34ff725be14b 7c8bc7c4_7dd0_d829_9332_58553c511460["custom_ignore()"] 7c8bc7c4_7dd0_d829_9332_58553c511460 -->|calls| 0a625c2b_b1dd_2da6_7dda_34ff725be14b 19d156d4_7c5c_d5ed_6f56_d112749db9a1["custom_ignore_over_ignore()"] 19d156d4_7c5c_d5ed_6f56_d112749db9a1 -->|calls| 0a625c2b_b1dd_2da6_7dda_34ff725be14b f0c99ae8_fcd9_3c14_092d_773616d8e5ad["custom_ignore_precedence()"] f0c99ae8_fcd9_3c14_092d_773616d8e5ad -->|calls| 0a625c2b_b1dd_2da6_7dda_34ff725be14b ef4ea465_671d_5033_3bef_d011f47b964b["ignore_over_gitignore()"] ef4ea465_671d_5033_3bef_d011f47b964b -->|calls| 0a625c2b_b1dd_2da6_7dda_34ff725be14b a5a4c460_4ba4_6dd3_9b89_f7d9ae34fbb4["exclude_lowest()"] a5a4c460_4ba4_6dd3_9b89_f7d9ae34fbb4 -->|calls| 0a625c2b_b1dd_2da6_7dda_34ff725be14b style 0a625c2b_b1dd_2da6_7dda_34ff725be14b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/dir.rs lines 155–157
pub(crate) fn path(&self) -> &Path {
&self.0.dir
}
Domain
Subdomains
Called By
- absolute_parent()
- absolute_parent_anchored()
- custom_ignore()
- custom_ignore_over_ignore()
- custom_ignore_precedence()
- errored()
- errored_both()
- errored_partial()
- errored_partial_and_ignore()
- exclude_lowest()
- explicit_ignore()
- git_exclude()
- git_info_exclude_in_linked_worktree()
- gitignore()
- gitignore_allowed_no_git()
- gitignore_no_git()
- gitignore_with_jj()
- ignore()
- ignore_over_gitignore()
- matched_dir_entry()
- matched_ignore()
- not_present_empty()
- stops_at_git_dir()
Source
Frequently Asked Questions
What does path() do?
path() is a function in the tailwindcss codebase.
What calls path()?
path() is called by 23 function(s): absolute_parent, absolute_parent_anchored, custom_ignore, custom_ignore_over_ignore, custom_ignore_precedence, errored, errored_both, errored_partial, and 15 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free