Home / Function/ new_stdin() — tailwindcss Function Reference

new_stdin() — tailwindcss Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  a6843842_f355_8b58_6480_56e7a52c15a4["new_stdin()"]
  3e24cbbb_d0d2_be5b_ec36_1f076cc42d7f["next()"]
  3e24cbbb_d0d2_be5b_ec36_1f076cc42d7f -->|calls| a6843842_f355_8b58_6480_56e7a52c15a4
  c86808e9_e9bf_ba3a_5066_e8e86b62e340["visit()"]
  c86808e9_e9bf_ba3a_5066_e8e86b62e340 -->|calls| a6843842_f355_8b58_6480_56e7a52c15a4
  style a6843842_f355_8b58_6480_56e7a52c15a4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/walk.rs lines 106–111

    fn new_stdin() -> DirEntry {
        DirEntry {
            dent: DirEntryInner::Stdin,
            err: None,
        }
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does new_stdin() do?
new_stdin() is a function in the tailwindcss codebase.
What calls new_stdin()?
new_stdin() is called by 2 function(s): next, visit.

Analyze Your Own Codebase

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

Try Supermodel Free