globs() — tailwindcss Function Reference
Architecture documentation for the globs() function in types.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD c749ac2d_fce1_7237_5491_fae2bd7bba5b["globs()"] 08edba3a_006b_c0f4_caba_f2d75c8302a3["types.rs"] c749ac2d_fce1_7237_5491_fae2bd7bba5b -->|defined in| 08edba3a_006b_c0f4_caba_f2d75c8302a3 style c749ac2d_fce1_7237_5491_fae2bd7bba5b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/types.rs lines 158–160
pub fn globs(&self) -> &[String] {
&self.globs
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does globs() do?
globs() is a function in the tailwindcss codebase, defined in crates/ignore/src/types.rs.
Where is globs() defined?
globs() is defined in crates/ignore/src/types.rs at line 158.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free