same_file_system() — tailwindcss Function Reference
Architecture documentation for the same_file_system() function in walk.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD bf0b11b7_e742_de77_8aa3_d8f008314fdf["same_file_system()"] 8031325b_dcd2_8c49_70e7_46191ce03a79["walk.rs"] bf0b11b7_e742_de77_8aa3_d8f008314fdf -->|defined in| 8031325b_dcd2_8c49_70e7_46191ce03a79 7fdc5de6_ca45_c05a_0113_cfaee5250ec1["build()"] 7fdc5de6_ca45_c05a_0113_cfaee5250ec1 -->|calls| bf0b11b7_e742_de77_8aa3_d8f008314fdf 1f3047bd_cab3_dab1_e7b5_f7ef13815e23["is_dir()"] bf0b11b7_e742_de77_8aa3_d8f008314fdf -->|calls| 1f3047bd_cab3_dab1_e7b5_f7ef13815e23 c755c2fc_c832_3451_a38d_48285b12e6d3["tmpdir()"] bf0b11b7_e742_de77_8aa3_d8f008314fdf -->|calls| c755c2fc_c832_3451_a38d_48285b12e6d3 d0501a6b_ca09_95d9_bdd1_41bccd62ac1b["device_num()"] bf0b11b7_e742_de77_8aa3_d8f008314fdf -->|calls| d0501a6b_ca09_95d9_bdd1_41bccd62ac1b 934d114d_964b_414a_2b41_82e8174b7c3d["path()"] bf0b11b7_e742_de77_8aa3_d8f008314fdf -->|calls| 934d114d_964b_414a_2b41_82e8174b7c3d eb9cff24_ad95_e69f_d2f3_914faaa93121["mkdirp()"] bf0b11b7_e742_de77_8aa3_d8f008314fdf -->|calls| eb9cff24_ad95_e69f_d2f3_914faaa93121 0d453ffb_4120_5ebf_996f_949ad04a050a["symlink()"] bf0b11b7_e742_de77_8aa3_d8f008314fdf -->|calls| 0d453ffb_4120_5ebf_996f_949ad04a050a 06124e3b_e84a_cea4_53e8_3cf14b4426dd["follow_links()"] bf0b11b7_e742_de77_8aa3_d8f008314fdf -->|calls| 06124e3b_e84a_cea4_53e8_3cf14b4426dd 3c337f58_9743_cefc_9b9d_984193abd3d2["assert_paths()"] bf0b11b7_e742_de77_8aa3_d8f008314fdf -->|calls| 3c337f58_9743_cefc_9b9d_984193abd3d2 style bf0b11b7_e742_de77_8aa3_d8f008314fdf fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/walk.rs lines 931–934
pub fn same_file_system(&mut self, yes: bool) -> &mut WalkBuilder {
self.same_file_system = yes;
self
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does same_file_system() do?
same_file_system() is a function in the tailwindcss codebase, defined in crates/ignore/src/walk.rs.
Where is same_file_system() defined?
same_file_system() is defined in crates/ignore/src/walk.rs at line 931.
What does same_file_system() call?
same_file_system() calls 8 function(s): assert_paths, device_num, follow_links, is_dir, mkdirp, path, symlink, tmpdir.
What calls same_file_system()?
same_file_system() is called by 1 function(s): build.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free