Home / Function/ absolute_path() — tailwindcss Function Reference

absolute_path() — tailwindcss Function Reference

Architecture documentation for the absolute_path() function in overrides.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  7ef5e3f1_646b_74b5_4a14_96d3c701cad3["absolute_path()"]
  52347134_96cd_d924_bf0e_ace2445ef938["overrides.rs"]
  7ef5e3f1_646b_74b5_4a14_96d3c701cad3 -->|defined in| 52347134_96cd_d924_bf0e_ace2445ef938
  ca8d95b0_041a_dd9a_9af7_951d5c1eb32e["ov()"]
  7ef5e3f1_646b_74b5_4a14_96d3c701cad3 -->|calls| ca8d95b0_041a_dd9a_9af7_951d5c1eb32e
  861ae265_95d8_b683_317d_caa0c8044fcb["matched()"]
  7ef5e3f1_646b_74b5_4a14_96d3c701cad3 -->|calls| 861ae265_95d8_b683_317d_caa0c8044fcb
  style 7ef5e3f1_646b_74b5_4a14_96d3c701cad3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/overrides.rs lines 257–260

    fn absolute_path() {
        let ov = ov(&["!/bar"]);
        assert!(ov.matched("./foo/bar", false).is_none());
    }

Domain

Subdomains

Frequently Asked Questions

What does absolute_path() do?
absolute_path() is a function in the tailwindcss codebase, defined in crates/ignore/src/overrides.rs.
Where is absolute_path() defined?
absolute_path() is defined in crates/ignore/src/overrides.rs at line 257.
What does absolute_path() call?
absolute_path() calls 2 function(s): matched, ov.

Analyze Your Own Codebase

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

Try Supermodel Free