max_filesize() — tailwindcss Function Reference
Architecture documentation for the max_filesize() function in walk.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 44b9af64_2db8_26f1_f2af_0247c3300294["max_filesize()"] b3ca296d_790b_9bf3_23ea_56e5c5c48565["walk.rs"] 44b9af64_2db8_26f1_f2af_0247c3300294 -->|defined in| b3ca296d_790b_9bf3_23ea_56e5c5c48565 ad34ca57_79fe_7ec6_ca38_10ba5937d0e2["tmpdir()"] 44b9af64_2db8_26f1_f2af_0247c3300294 -->|calls| ad34ca57_79fe_7ec6_ca38_10ba5937d0e2 2981eeff_1441_f747_1a13_e8238ee63e55["mkdirp()"] 44b9af64_2db8_26f1_f2af_0247c3300294 -->|calls| 2981eeff_1441_f747_1a13_e8238ee63e55 eaa93251_8ff2_5e1b_adef_2cb61588bdb0["path()"] 44b9af64_2db8_26f1_f2af_0247c3300294 -->|calls| eaa93251_8ff2_5e1b_adef_2cb61588bdb0 90a5d635_d566_3416_3ff2_b338bb59b3e2["wfile_size()"] 44b9af64_2db8_26f1_f2af_0247c3300294 -->|calls| 90a5d635_d566_3416_3ff2_b338bb59b3e2 9df16f40_0af0_7013_ce71_ae30d02a8d20["assert_paths()"] 44b9af64_2db8_26f1_f2af_0247c3300294 -->|calls| 9df16f40_0af0_7013_ce71_ae30d02a8d20 style 44b9af64_2db8_26f1_f2af_0247c3300294 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/walk.rs lines 678–681
pub fn max_filesize(&mut self, filesize: Option<u64>) -> &mut WalkBuilder {
self.max_filesize = filesize;
self
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does max_filesize() do?
max_filesize() is a function in the tailwindcss codebase, defined in crates/ignore/src/walk.rs.
Where is max_filesize() defined?
max_filesize() is defined in crates/ignore/src/walk.rs at line 678.
What does max_filesize() call?
max_filesize() calls 5 function(s): assert_paths, mkdirp, path, tmpdir, wfile_size.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free