Home / Function/ same_file_system() — tailwindcss Function Reference

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
  045303c3_4cc3_6dc5_845a_8eb234f08019["same_file_system()"]
  daabf474_f723_48b1_7aee_1bb9a40511eb["same_file_system()"]
  daabf474_f723_48b1_7aee_1bb9a40511eb -->|calls| 045303c3_4cc3_6dc5_845a_8eb234f08019
  9d894c7c_30e0_c74a_cfb3_a68f088d0048["build()"]
  9d894c7c_30e0_c74a_cfb3_a68f088d0048 -->|calls| 045303c3_4cc3_6dc5_845a_8eb234f08019
  daabf474_f723_48b1_7aee_1bb9a40511eb["same_file_system()"]
  045303c3_4cc3_6dc5_845a_8eb234f08019 -->|calls| daabf474_f723_48b1_7aee_1bb9a40511eb
  style 045303c3_4cc3_6dc5_845a_8eb234f08019 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
    }

Subdomains

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