wfile() — tailwindcss Function Reference
Architecture documentation for the wfile() function in walk.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 65b715d0_a042_86f6_24a2_ee2f89075c41["wfile()"] b25e74cb_d02f_c9e6_92de_1947bfbe7964["no_ignores()"] b25e74cb_d02f_c9e6_92de_1947bfbe7964 -->|calls| 65b715d0_a042_86f6_24a2_ee2f89075c41 30ff6d53_f031_f738_de31_96dc11684be3["custom_ignore()"] 30ff6d53_f031_f738_de31_96dc11684be3 -->|calls| 65b715d0_a042_86f6_24a2_ee2f89075c41 8827e24e_83af_47b3_4098_831c48ecd44c["custom_ignore_exclusive_use()"] 8827e24e_83af_47b3_4098_831c48ecd44c -->|calls| 65b715d0_a042_86f6_24a2_ee2f89075c41 2199989e_5c88_1720_696b_819ea86aecd8["gitignore()"] 2199989e_5c88_1720_696b_819ea86aecd8 -->|calls| 65b715d0_a042_86f6_24a2_ee2f89075c41 14975754_4855_13c2_2197_a77d8777a158["explicit_ignore()"] 14975754_4855_13c2_2197_a77d8777a158 -->|calls| 65b715d0_a042_86f6_24a2_ee2f89075c41 bffbf6f7_dfe7_3e30_825c_fef083bb024a["explicit_ignore_exclusive_use()"] bffbf6f7_dfe7_3e30_825c_fef083bb024a -->|calls| 65b715d0_a042_86f6_24a2_ee2f89075c41 1aab6cf2_d9c3_76fe_ff42_a93e9fdf12af["gitignore_parent()"] 1aab6cf2_d9c3_76fe_ff42_a93e9fdf12af -->|calls| 65b715d0_a042_86f6_24a2_ee2f89075c41 95acd172_55a0_a922_90d4_b0e559ebbe4a["max_depth()"] 95acd172_55a0_a922_90d4_b0e559ebbe4a -->|calls| 65b715d0_a042_86f6_24a2_ee2f89075c41 1d6d093c_70c0_1a75_75db_cec98737a5ab["min_depth()"] 1d6d093c_70c0_1a75_75db_cec98737a5ab -->|calls| 65b715d0_a042_86f6_24a2_ee2f89075c41 70dab4c5_535c_64b9_1540_21d5397c612b["symlinks()"] 70dab4c5_535c_64b9_1540_21d5397c612b -->|calls| 65b715d0_a042_86f6_24a2_ee2f89075c41 985a1c30_a139_3fd4_c02b_cacd9451ee2f["filter()"] 985a1c30_a139_3fd4_c02b_cacd9451ee2f -->|calls| 65b715d0_a042_86f6_24a2_ee2f89075c41 style 65b715d0_a042_86f6_24a2_ee2f89075c41 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/walk.rs lines 2047–2050
fn wfile<P: AsRef<Path>>(path: P, contents: &str) {
let mut file = File::create(path).unwrap();
file.write_all(contents.as_bytes()).unwrap();
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does wfile() do?
wfile() is a function in the tailwindcss codebase.
What calls wfile()?
wfile() is called by 11 function(s): custom_ignore, custom_ignore_exclusive_use, explicit_ignore, explicit_ignore_exclusive_use, filter, gitignore, gitignore_parent, max_depth, and 3 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free