Home / Function/ path() — tailwindcss Function Reference

path() — tailwindcss Function Reference

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

Function rust RustCore FileScanner calls 1 called by 16

Entity Profile

Dependency Diagram

graph TD
  006bb599_d40b_f53b_44c7_57dfd4237729["path()"]
  55dd83a4_0144_9917_edad_d9a20af65a76["path()"]
  55dd83a4_0144_9917_edad_d9a20af65a76 -->|calls| 006bb599_d40b_f53b_44c7_57dfd4237729
  b25e74cb_d02f_c9e6_92de_1947bfbe7964["no_ignores()"]
  b25e74cb_d02f_c9e6_92de_1947bfbe7964 -->|calls| 006bb599_d40b_f53b_44c7_57dfd4237729
  30ff6d53_f031_f738_de31_96dc11684be3["custom_ignore()"]
  30ff6d53_f031_f738_de31_96dc11684be3 -->|calls| 006bb599_d40b_f53b_44c7_57dfd4237729
  8827e24e_83af_47b3_4098_831c48ecd44c["custom_ignore_exclusive_use()"]
  8827e24e_83af_47b3_4098_831c48ecd44c -->|calls| 006bb599_d40b_f53b_44c7_57dfd4237729
  2199989e_5c88_1720_696b_819ea86aecd8["gitignore()"]
  2199989e_5c88_1720_696b_819ea86aecd8 -->|calls| 006bb599_d40b_f53b_44c7_57dfd4237729
  14975754_4855_13c2_2197_a77d8777a158["explicit_ignore()"]
  14975754_4855_13c2_2197_a77d8777a158 -->|calls| 006bb599_d40b_f53b_44c7_57dfd4237729
  bffbf6f7_dfe7_3e30_825c_fef083bb024a["explicit_ignore_exclusive_use()"]
  bffbf6f7_dfe7_3e30_825c_fef083bb024a -->|calls| 006bb599_d40b_f53b_44c7_57dfd4237729
  1aab6cf2_d9c3_76fe_ff42_a93e9fdf12af["gitignore_parent()"]
  1aab6cf2_d9c3_76fe_ff42_a93e9fdf12af -->|calls| 006bb599_d40b_f53b_44c7_57dfd4237729
  95acd172_55a0_a922_90d4_b0e559ebbe4a["max_depth()"]
  95acd172_55a0_a922_90d4_b0e559ebbe4a -->|calls| 006bb599_d40b_f53b_44c7_57dfd4237729
  1d6d093c_70c0_1a75_75db_cec98737a5ab["min_depth()"]
  1d6d093c_70c0_1a75_75db_cec98737a5ab -->|calls| 006bb599_d40b_f53b_44c7_57dfd4237729
  8d56a1a5_144b_a0ba_b0fd_99aa4bf64f14["max_filesize()"]
  8d56a1a5_144b_a0ba_b0fd_99aa4bf64f14 -->|calls| 006bb599_d40b_f53b_44c7_57dfd4237729
  70dab4c5_535c_64b9_1540_21d5397c612b["symlinks()"]
  70dab4c5_535c_64b9_1540_21d5397c612b -->|calls| 006bb599_d40b_f53b_44c7_57dfd4237729
  6e5d2d4d_69a8_a74e_d7ca_b35c26cd985f["first_path_not_symlink()"]
  6e5d2d4d_69a8_a74e_d7ca_b35c26cd985f -->|calls| 006bb599_d40b_f53b_44c7_57dfd4237729
  b467308a_fbef_cacf_6aca_ca3f50c06a51["symlink_loop()"]
  b467308a_fbef_cacf_6aca_ca3f50c06a51 -->|calls| 006bb599_d40b_f53b_44c7_57dfd4237729
  style 006bb599_d40b_f53b_44c7_57dfd4237729 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/walk.rs lines 278–280

    fn path(&self) -> &Path {
        &self.path
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does path() do?
path() is a function in the tailwindcss codebase.
What does path() call?
path() calls 1 function(s): path.
What calls path()?
path() is called by 16 function(s): custom_ignore, custom_ignore_exclusive_use, explicit_ignore, explicit_ignore_exclusive_use, filter, first_path_not_symlink, gitignore, gitignore_parent, and 8 more.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free