has_doublestar_prefix() — tailwindcss Function Reference
Architecture documentation for the has_doublestar_prefix() function in gitignore.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 7759ea53_037c_bc3d_f4aa_2e669510fa17["has_doublestar_prefix()"] 61377720_4557_3c63_7653_b6ed73e2face["gitignore.rs"] 7759ea53_037c_bc3d_f4aa_2e669510fa17 -->|defined in| 61377720_4557_3c63_7653_b6ed73e2face 253ea400_e0d4_304c_157c_a6dad80fd874["add_line()"] 253ea400_e0d4_304c_157c_a6dad80fd874 -->|calls| 7759ea53_037c_bc3d_f4aa_2e669510fa17 style 7759ea53_037c_bc3d_f4aa_2e669510fa17 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/gitignore.rs lines 73–75
fn has_doublestar_prefix(&self) -> bool {
self.actual.starts_with("**/") || self.actual == "**"
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does has_doublestar_prefix() do?
has_doublestar_prefix() is a function in the tailwindcss codebase, defined in crates/ignore/src/gitignore.rs.
Where is has_doublestar_prefix() defined?
has_doublestar_prefix() is defined in crates/ignore/src/gitignore.rs at line 73.
What calls has_doublestar_prefix()?
has_doublestar_prefix() is called by 1 function(s): add_line.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free