file_name() — tailwindcss Function Reference
Architecture documentation for the file_name() function in walk.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD a66b0d22_2705_a201_19c2_3d7f1732de45["file_name()"] bc710ca4_dac9_cb3c_9aa2_10fd5799f3ca["file_name()"] bc710ca4_dac9_cb3c_9aa2_10fd5799f3ca -->|calls| a66b0d22_2705_a201_19c2_3d7f1732de45 e1470fce_071c_8015_348e_f04bdd490476["file_name()"] e1470fce_071c_8015_348e_f04bdd490476 -->|calls| a66b0d22_2705_a201_19c2_3d7f1732de45 1aaba1c8_3437_8f42_7482_2b7f27702c4c["filter()"] 1aaba1c8_3437_8f42_7482_2b7f27702c4c -->|calls| a66b0d22_2705_a201_19c2_3d7f1732de45 e1470fce_071c_8015_348e_f04bdd490476["file_name()"] a66b0d22_2705_a201_19c2_3d7f1732de45 -->|calls| e1470fce_071c_8015_348e_f04bdd490476 style a66b0d22_2705_a201_19c2_3d7f1732de45 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/walk.rs lines 206–213
fn file_name(&self) -> &OsStr {
use self::DirEntryInner::*;
match *self {
Stdin => OsStr::new("<stdin>"),
Walkdir(ref x) => x.file_name(),
Raw(ref x) => x.file_name(),
}
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does file_name() do?
file_name() is a function in the tailwindcss codebase.
What does file_name() call?
file_name() calls 1 function(s): file_name.
What calls file_name()?
file_name() is called by 3 function(s): file_name, file_name, filter.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free