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
  fe9e090a_a601_998f_c7f5_372c7d9112ce["has_doublestar_prefix()"]
  beacadb8_c4b1_66be_a831_13b5d839d638["add_line()"]
  beacadb8_c4b1_66be_a831_13b5d839d638 -->|calls| fe9e090a_a601_998f_c7f5_372c7d9112ce
  style fe9e090a_a601_998f_c7f5_372c7d9112ce 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 == "**"
    }

Subdomains

Called By

Frequently Asked Questions

What does has_doublestar_prefix() do?
has_doublestar_prefix() is a function in the tailwindcss codebase.
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