Home / Function/ tmpdir() — tailwindcss Function Reference

tmpdir() — tailwindcss Function Reference

Architecture documentation for the tmpdir() function in walk.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  e8c725dd_a885_9529_0af1_4e4171753fc6["tmpdir()"]
  b25e74cb_d02f_c9e6_92de_1947bfbe7964["no_ignores()"]
  b25e74cb_d02f_c9e6_92de_1947bfbe7964 -->|calls| e8c725dd_a885_9529_0af1_4e4171753fc6
  30ff6d53_f031_f738_de31_96dc11684be3["custom_ignore()"]
  30ff6d53_f031_f738_de31_96dc11684be3 -->|calls| e8c725dd_a885_9529_0af1_4e4171753fc6
  8827e24e_83af_47b3_4098_831c48ecd44c["custom_ignore_exclusive_use()"]
  8827e24e_83af_47b3_4098_831c48ecd44c -->|calls| e8c725dd_a885_9529_0af1_4e4171753fc6
  2199989e_5c88_1720_696b_819ea86aecd8["gitignore()"]
  2199989e_5c88_1720_696b_819ea86aecd8 -->|calls| e8c725dd_a885_9529_0af1_4e4171753fc6
  14975754_4855_13c2_2197_a77d8777a158["explicit_ignore()"]
  14975754_4855_13c2_2197_a77d8777a158 -->|calls| e8c725dd_a885_9529_0af1_4e4171753fc6
  bffbf6f7_dfe7_3e30_825c_fef083bb024a["explicit_ignore_exclusive_use()"]
  bffbf6f7_dfe7_3e30_825c_fef083bb024a -->|calls| e8c725dd_a885_9529_0af1_4e4171753fc6
  1aab6cf2_d9c3_76fe_ff42_a93e9fdf12af["gitignore_parent()"]
  1aab6cf2_d9c3_76fe_ff42_a93e9fdf12af -->|calls| e8c725dd_a885_9529_0af1_4e4171753fc6
  95acd172_55a0_a922_90d4_b0e559ebbe4a["max_depth()"]
  95acd172_55a0_a922_90d4_b0e559ebbe4a -->|calls| e8c725dd_a885_9529_0af1_4e4171753fc6
  1d6d093c_70c0_1a75_75db_cec98737a5ab["min_depth()"]
  1d6d093c_70c0_1a75_75db_cec98737a5ab -->|calls| e8c725dd_a885_9529_0af1_4e4171753fc6
  8d56a1a5_144b_a0ba_b0fd_99aa4bf64f14["max_filesize()"]
  8d56a1a5_144b_a0ba_b0fd_99aa4bf64f14 -->|calls| e8c725dd_a885_9529_0af1_4e4171753fc6
  70dab4c5_535c_64b9_1540_21d5397c612b["symlinks()"]
  70dab4c5_535c_64b9_1540_21d5397c612b -->|calls| e8c725dd_a885_9529_0af1_4e4171753fc6
  6e5d2d4d_69a8_a74e_d7ca_b35c26cd985f["first_path_not_symlink()"]
  6e5d2d4d_69a8_a74e_d7ca_b35c26cd985f -->|calls| e8c725dd_a885_9529_0af1_4e4171753fc6
  b467308a_fbef_cacf_6aca_ca3f50c06a51["symlink_loop()"]
  b467308a_fbef_cacf_6aca_ca3f50c06a51 -->|calls| e8c725dd_a885_9529_0af1_4e4171753fc6
  95b107ae_d4d2_5303_7db9_2b4373c1db2e["same_file_system()"]
  95b107ae_d4d2_5303_7db9_2b4373c1db2e -->|calls| e8c725dd_a885_9529_0af1_4e4171753fc6
  style e8c725dd_a885_9529_0af1_4e4171753fc6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/walk.rs lines 2127–2129

    fn tmpdir() -> TempDir {
        TempDir::new().unwrap()
    }

Domain

Subdomains

Frequently Asked Questions

What does tmpdir() do?
tmpdir() is a function in the tailwindcss codebase.
What calls tmpdir()?
tmpdir() is called by 15 function(s): custom_ignore, custom_ignore_exclusive_use, explicit_ignore, explicit_ignore_exclusive_use, filter, first_path_not_symlink, gitignore, gitignore_parent, and 7 more.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free