Home / Function/ absolute_base() — tailwindcss Function Reference

absolute_base() — tailwindcss Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  a008c0b2_197b_fbf4_977d_e4ae3b4d80c4["absolute_base()"]
  a558c8e1_3e7c_59d2_b113_bacec65ba188["dir.rs"]
  a008c0b2_197b_fbf4_977d_e4ae3b4d80c4 -->|defined in| a558c8e1_3e7c_59d2_b113_bacec65ba188
  fb038a5b_bec2_4158_52f9_87530af3ef38["matched_ignore()"]
  fb038a5b_bec2_4158_52f9_87530af3ef38 -->|calls| a008c0b2_197b_fbf4_977d_e4ae3b4d80c4
  style a008c0b2_197b_fbf4_977d_e4ae3b4d80c4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/dir.rs lines 542–544

    fn absolute_base(&self) -> Option<&Path> {
        self.0.absolute_base.as_ref().map(|p| &***p)
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does absolute_base() do?
absolute_base() is a function in the tailwindcss codebase, defined in crates/ignore/src/dir.rs.
Where is absolute_base() defined?
absolute_base() is defined in crates/ignore/src/dir.rs at line 542.
What calls absolute_base()?
absolute_base() is called by 1 function(s): matched_ignore.

Analyze Your Own Codebase

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

Try Supermodel Free