Home / Function/ not_present_empty() — tailwindcss Function Reference

not_present_empty() — tailwindcss Function Reference

Architecture documentation for the not_present_empty() function in dir.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  a5e09e20_19ca_7bb2_39b0_925f805a9999["not_present_empty()"]
  a558c8e1_3e7c_59d2_b113_bacec65ba188["dir.rs"]
  a5e09e20_19ca_7bb2_39b0_925f805a9999 -->|defined in| a558c8e1_3e7c_59d2_b113_bacec65ba188
  676ae91e_26f7_45c2_da8a_606a73e1cfe1["tmpdir()"]
  a5e09e20_19ca_7bb2_39b0_925f805a9999 -->|calls| 676ae91e_26f7_45c2_da8a_606a73e1cfe1
  767f0d1d_ed6b_2d39_ea17_d569e763e1dc["build()"]
  a5e09e20_19ca_7bb2_39b0_925f805a9999 -->|calls| 767f0d1d_ed6b_2d39_ea17_d569e763e1dc
  e98d4cd2_6820_4001_f485_b7bd568700a1["add_child()"]
  a5e09e20_19ca_7bb2_39b0_925f805a9999 -->|calls| e98d4cd2_6820_4001_f485_b7bd568700a1
  1b1bc826_12bc_290a_5930_aa622cf5e9e9["path()"]
  a5e09e20_19ca_7bb2_39b0_925f805a9999 -->|calls| 1b1bc826_12bc_290a_5930_aa622cf5e9e9
  style a5e09e20_19ca_7bb2_39b0_925f805a9999 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/dir.rs lines 1148–1153

    fn not_present_empty() {
        let td = tmpdir();

        let (_, err) = IgnoreBuilder::new().build().add_child(td.path());
        assert!(err.is_none());
    }

Domain

Subdomains

Frequently Asked Questions

What does not_present_empty() do?
not_present_empty() is a function in the tailwindcss codebase, defined in crates/ignore/src/dir.rs.
Where is not_present_empty() defined?
not_present_empty() is defined in crates/ignore/src/dir.rs at line 1148.
What does not_present_empty() call?
not_present_empty() calls 4 function(s): add_child, build, path, tmpdir.

Analyze Your Own Codebase

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

Try Supermodel Free