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
  48e7ab42_9c4f_b037_2a48_3d6b14871215["has_doublestar_prefix()"]
  7d4fc0a8_2482_5c00_9ba0_171b0cafaa7a["add_line()"]
  7d4fc0a8_2482_5c00_9ba0_171b0cafaa7a -->|calls| 48e7ab42_9c4f_b037_2a48_3d6b14871215
  style 48e7ab42_9c4f_b037_2a48_3d6b14871215 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.
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