scan_files() — tailwindcss Function Reference
Architecture documentation for the scan_files() function in lib.rs from the tailwindcss codebase.
Entity Profile
Relationship Graph
Source Code
crates/node/src/lib.rs lines 129–133
pub fn scan_files(&mut self, input: Vec<ChangedContent>) -> Vec<String> {
self
.scanner
.scan_content(input.into_iter().map(Into::into).collect())
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free