Home / Function/ has_doublestar_prefix() — tailwindcss Function Reference

has_doublestar_prefix() — tailwindcss Function Reference

Architecture documentation for the has_doublestar_prefix() function in gitignore.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  9cecb9df_647d_be32_6935_def9a5795e06["has_doublestar_prefix()"]
  714a3a15_03d5_1e35_b535_53da70bce8eb["gitignore.rs"]
  9cecb9df_647d_be32_6935_def9a5795e06 -->|defined in| 714a3a15_03d5_1e35_b535_53da70bce8eb
  e13a7ddc_3ca6_4a8a_8782_4f52ab015f25["add_line()"]
  e13a7ddc_3ca6_4a8a_8782_4f52ab015f25 -->|calls| 9cecb9df_647d_be32_6935_def9a5795e06
  style 9cecb9df_647d_be32_6935_def9a5795e06 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/gitignore.rs lines 73–75

    fn has_doublestar_prefix(&self) -> bool {
        self.actual.starts_with("**/") || self.actual == "**"
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does has_doublestar_prefix() do?
has_doublestar_prefix() is a function in the tailwindcss codebase, defined in crates/ignore/src/gitignore.rs.
Where is has_doublestar_prefix() defined?
has_doublestar_prefix() is defined in crates/ignore/src/gitignore.rs at line 73.
What calls has_doublestar_prefix()?
has_doublestar_prefix() is called by 1 function(s): add_line.

Analyze Your Own Codebase

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

Try Supermodel Free