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 01bf0ed2_73f2_781d_c078_af9822cfcc06["new_stdin()"] 8031325b_dcd2_8c49_70e7_46191ce03a79["walk.rs"] 01bf0ed2_73f2_781d_c078_af9822cfcc06 -->|defined in| 8031325b_dcd2_8c49_70e7_46191ce03a79 73051fe0_7961_eb6e_45e8_f6342250c845["next()"] 73051fe0_7961_eb6e_45e8_f6342250c845 -->|calls| 01bf0ed2_73f2_781d_c078_af9822cfcc06 da7185cc_deeb_42bc_cc20_4a3139551ba0["visit()"] da7185cc_deeb_42bc_cc20_4a3139551ba0 -->|calls| 01bf0ed2_73f2_781d_c078_af9822cfcc06 style 01bf0ed2_73f2_781d_c078_af9822cfcc06 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
Defined In
Source
Frequently Asked Questions
What does new_stdin() do?
new_stdin() is a function in the tailwindcss codebase, defined in crates/ignore/src/walk.rs.
Where is new_stdin() defined?
new_stdin() is defined in crates/ignore/src/walk.rs at line 106.
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