Home / Function/ parents() — tailwindcss Function Reference

parents() — tailwindcss Function Reference

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

Function rust RustCore PreProcessors calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  4d025d47_9e0a_998b_83d6_31348678edff["parents()"]
  7da428cb_cbf6_46bb_8faf_0fdbfebcd439["parents()"]
  7da428cb_cbf6_46bb_8faf_0fdbfebcd439 -->|calls| 4d025d47_9e0a_998b_83d6_31348678edff
  7da428cb_cbf6_46bb_8faf_0fdbfebcd439["parents()"]
  4d025d47_9e0a_998b_83d6_31348678edff -->|calls| 7da428cb_cbf6_46bb_8faf_0fdbfebcd439
  style 4d025d47_9e0a_998b_83d6_31348678edff fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/dir.rs lines 745–748

    pub(crate) fn parents(&mut self, yes: bool) -> &mut IgnoreBuilder {
        self.opts.parents = yes;
        self
    }

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does parents() do?
parents() is a function in the tailwindcss codebase.
What does parents() call?
parents() calls 1 function(s): parents.
What calls parents()?
parents() is called by 1 function(s): parents.

Analyze Your Own Codebase

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

Try Supermodel Free