standard_filters() — tailwindcss Function Reference
Architecture documentation for the standard_filters() function in walk.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 7151fd7e_6867_bd63_13ae_61882b5deac2["standard_filters()"] 9f6ff9ed_d520_c960_130c_61f4d7def4d7["explicit_ignore_exclusive_use()"] 9f6ff9ed_d520_c960_130c_61f4d7def4d7 -->|calls| 7151fd7e_6867_bd63_13ae_61882b5deac2 eacdb0b3_4a31_b5ce_b08f_779974589fbd["hidden()"] 7151fd7e_6867_bd63_13ae_61882b5deac2 -->|calls| eacdb0b3_4a31_b5ce_b08f_779974589fbd fa04df97_5b93_410f_f1d1_c9c9f4225078["parents()"] 7151fd7e_6867_bd63_13ae_61882b5deac2 -->|calls| fa04df97_5b93_410f_f1d1_c9c9f4225078 2b47df60_4861_a6dd_a40a_63b7a0309121["ignore()"] 7151fd7e_6867_bd63_13ae_61882b5deac2 -->|calls| 2b47df60_4861_a6dd_a40a_63b7a0309121 7073ec8e_441e_fa2f_3629_fe865a132dfd["git_ignore()"] 7151fd7e_6867_bd63_13ae_61882b5deac2 -->|calls| 7073ec8e_441e_fa2f_3629_fe865a132dfd ae477a85_2188_b617_eea7_758911fdd4ba["git_global()"] 7151fd7e_6867_bd63_13ae_61882b5deac2 -->|calls| ae477a85_2188_b617_eea7_758911fdd4ba ff69b194_bef5_ea04_cb52_88bb93c135a6["git_exclude()"] 7151fd7e_6867_bd63_13ae_61882b5deac2 -->|calls| ff69b194_bef5_ea04_cb52_88bb93c135a6 style 7151fd7e_6867_bd63_13ae_61882b5deac2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/walk.rs lines 785–792
pub fn standard_filters(&mut self, yes: bool) -> &mut WalkBuilder {
self.hidden(yes)
.parents(yes)
.ignore(yes)
.git_ignore(yes)
.git_global(yes)
.git_exclude(yes)
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does standard_filters() do?
standard_filters() is a function in the tailwindcss codebase.
What does standard_filters() call?
standard_filters() calls 6 function(s): git_exclude, git_global, git_ignore, hidden, ignore, parents.
What calls standard_filters()?
standard_filters() is called by 1 function(s): explicit_ignore_exclusive_use.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free