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 bfa1582b_bd38_a7d2_556a_c51b8b6d647f["same_file_system()"] 95b107ae_d4d2_5303_7db9_2b4373c1db2e["same_file_system()"] 95b107ae_d4d2_5303_7db9_2b4373c1db2e -->|calls| bfa1582b_bd38_a7d2_556a_c51b8b6d647f d723fee5_6735_de38_e918_7afbac537f66["build()"] d723fee5_6735_de38_e918_7afbac537f66 -->|calls| bfa1582b_bd38_a7d2_556a_c51b8b6d647f 95b107ae_d4d2_5303_7db9_2b4373c1db2e["same_file_system()"] bfa1582b_bd38_a7d2_556a_c51b8b6d647f -->|calls| 95b107ae_d4d2_5303_7db9_2b4373c1db2e style bfa1582b_bd38_a7d2_556a_c51b8b6d647f 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
Calls
Called By
Source
Frequently Asked Questions
What does same_file_system() do?
same_file_system() is a function in the tailwindcss codebase.
What does same_file_system() call?
same_file_system() calls 1 function(s): same_file_system.
What calls same_file_system()?
same_file_system() is called by 2 function(s): build, same_file_system.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free