Home / Function/ new() — tailwindcss Function Reference

new() — tailwindcss Function Reference

Architecture documentation for the new() function in walk.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  9d008946_dd0c_30f6_6e0f_2936d75b0310["new()"]
  9d894c7c_30e0_c74a_cfb3_a68f088d0048["build()"]
  9d008946_dd0c_30f6_6e0f_2936d75b0310 -->|calls| 9d894c7c_30e0_c74a_cfb3_a68f088d0048
  style 9d008946_dd0c_30f6_6e0f_2936d75b0310 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/walk.rs lines 1043–1045

    pub fn new<P: AsRef<Path>>(path: P) -> Walk {
        WalkBuilder::new(path).build()
    }

Subdomains

Calls

Frequently Asked Questions

What does new() do?
new() is a function in the tailwindcss codebase.
What does new() call?
new() calls 1 function(s): build.

Analyze Your Own Codebase

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

Try Supermodel Free