Home / Function/ empty() — tailwindcss Function Reference

empty() — tailwindcss Function Reference

Architecture documentation for the empty() function in types.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  40967924_faf5_43fb_7d99_129a3df0aa07["empty()"]
  08edba3a_006b_c0f4_caba_f2d75c8302a3["types.rs"]
  40967924_faf5_43fb_7d99_129a3df0aa07 -->|defined in| 08edba3a_006b_c0f4_caba_f2d75c8302a3
  b2f38592_a711_c919_54a5_207a5c155515["build()"]
  40967924_faf5_43fb_7d99_129a3df0aa07 -->|calls| b2f38592_a711_c919_54a5_207a5c155515
  style 40967924_faf5_43fb_7d99_129a3df0aa07 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/types.rs lines 223–232

    pub fn empty() -> Types {
        Types {
            defs: vec![],
            selections: vec![],
            has_selected: false,
            glob_to_selection: vec![],
            set: GlobSetBuilder::new().build().unwrap(),
            matches: Arc::new(Pool::new(|| vec![])),
        }
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does empty() do?
empty() is a function in the tailwindcss codebase, defined in crates/ignore/src/types.rs.
Where is empty() defined?
empty() is defined in crates/ignore/src/types.rs at line 223.
What does empty() call?
empty() calls 1 function(s): build.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free