Home / Function/ path() — tailwindcss Function Reference

path() — tailwindcss Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  5a41a98a_774e_c950_dcbd_cc7fe1960b89["path()"]
  c0cd8e66_9230_567d_313a_09a0d836a999["metadata()"]
  c0cd8e66_9230_567d_313a_09a0d836a999 -->|calls| 5a41a98a_774e_c950_dcbd_cc7fe1960b89
  13d86d56_4bc4_caba_fdeb_cb4a0f6102fc["from_entry()"]
  13d86d56_4bc4_caba_fdeb_cb4a0f6102fc -->|calls| 5a41a98a_774e_c950_dcbd_cc7fe1960b89
  f6052e04_5683_1ff3_94da_779bcf02de1f["from_entry_os()"]
  f6052e04_5683_1ff3_94da_779bcf02de1f -->|calls| 5a41a98a_774e_c950_dcbd_cc7fe1960b89
  232d7685_a0a3_6f0d_1b5d_9233ecba43d6["skip_entry()"]
  232d7685_a0a3_6f0d_1b5d_9233ecba43d6 -->|calls| 5a41a98a_774e_c950_dcbd_cc7fe1960b89
  e4e100b5_f7f1_f0f3_8c70_c543d01a4402["next()"]
  e4e100b5_f7f1_f0f3_8c70_c543d01a4402 -->|calls| 5a41a98a_774e_c950_dcbd_cc7fe1960b89
  46ac3628_51ec_72d2_94bc_be8f59e5700a["check_symlink_loop()"]
  46ac3628_51ec_72d2_94bc_be8f59e5700a -->|calls| 5a41a98a_774e_c950_dcbd_cc7fe1960b89
  461518f2_d034_3ecd_d800_8fd8eb7e27f5["should_skip_entry()"]
  461518f2_d034_3ecd_d800_8fd8eb7e27f5 -->|calls| 5a41a98a_774e_c950_dcbd_cc7fe1960b89
  84f5dd61_79d6_6710_dbec_816fdb4b9a82["path_equals()"]
  84f5dd61_79d6_6710_dbec_816fdb4b9a82 -->|calls| 5a41a98a_774e_c950_dcbd_cc7fe1960b89
  d7a50b77_3ccd_91f6_973e_d4bb9ea8d407["walkdir_is_dir()"]
  d7a50b77_3ccd_91f6_973e_d4bb9ea8d407 -->|calls| 5a41a98a_774e_c950_dcbd_cc7fe1960b89
  03862f32_0dc6_e03e_d1bf_0af2da8f3748["walk_collect()"]
  03862f32_0dc6_e03e_d1bf_0af2da8f3748 -->|calls| 5a41a98a_774e_c950_dcbd_cc7fe1960b89
  5baffb89_3552_88eb_f38c_51215b162072["walk_collect_parallel()"]
  5baffb89_3552_88eb_f38c_51215b162072 -->|calls| 5a41a98a_774e_c950_dcbd_cc7fe1960b89
  d099d442_2087_e30a_30a4_e3d55b7cfc4c["no_ignores()"]
  d099d442_2087_e30a_30a4_e3d55b7cfc4c -->|calls| 5a41a98a_774e_c950_dcbd_cc7fe1960b89
  ab74f1a1_ac31_35da_49da_afa7b756bea4["custom_ignore()"]
  ab74f1a1_ac31_35da_49da_afa7b756bea4 -->|calls| 5a41a98a_774e_c950_dcbd_cc7fe1960b89
  b605afcc_84e6_88ca_ce52_34a0b5054e5a["custom_ignore_exclusive_use()"]
  b605afcc_84e6_88ca_ce52_34a0b5054e5a -->|calls| 5a41a98a_774e_c950_dcbd_cc7fe1960b89
  style 5a41a98a_774e_c950_dcbd_cc7fe1960b89 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()
    }

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 15 function(s): check_symlink_loop, custom_ignore, custom_ignore_exclusive_use, from_entry, from_entry_os, gitignore, metadata, next, and 7 more.

Analyze Your Own Codebase

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

Try Supermodel Free