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
  be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5["tmpdir()"]
  d099d442_2087_e30a_30a4_e3d55b7cfc4c["no_ignores()"]
  d099d442_2087_e30a_30a4_e3d55b7cfc4c -->|calls| be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5
  ab74f1a1_ac31_35da_49da_afa7b756bea4["custom_ignore()"]
  ab74f1a1_ac31_35da_49da_afa7b756bea4 -->|calls| be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5
  b605afcc_84e6_88ca_ce52_34a0b5054e5a["custom_ignore_exclusive_use()"]
  b605afcc_84e6_88ca_ce52_34a0b5054e5a -->|calls| be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5
  6cd8e06e_ec3d_b7d4_7b6f_3e850b8f496b["gitignore()"]
  6cd8e06e_ec3d_b7d4_7b6f_3e850b8f496b -->|calls| be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5
  40ffab1c_8b5a_2b48_7492_8e870bd7ddef["explicit_ignore()"]
  40ffab1c_8b5a_2b48_7492_8e870bd7ddef -->|calls| be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5
  9f6ff9ed_d520_c960_130c_61f4d7def4d7["explicit_ignore_exclusive_use()"]
  9f6ff9ed_d520_c960_130c_61f4d7def4d7 -->|calls| be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5
  529640d0_1f82_48fc_bb44_dff0b6a1b383["gitignore_parent()"]
  529640d0_1f82_48fc_bb44_dff0b6a1b383 -->|calls| be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5
  428176d2_ded6_24a9_58be_fc5046e7235c["max_depth()"]
  428176d2_ded6_24a9_58be_fc5046e7235c -->|calls| be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5
  7aa6c94c_9bb2_b710_8193_8ab9ba9d0779["min_depth()"]
  7aa6c94c_9bb2_b710_8193_8ab9ba9d0779 -->|calls| be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5
  9e54f8f7_e961_4d71_924d_88498bd4faf3["max_filesize()"]
  9e54f8f7_e961_4d71_924d_88498bd4faf3 -->|calls| be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5
  9493ac91_c0f7_67b4_83b5_876536246a16["symlinks()"]
  9493ac91_c0f7_67b4_83b5_876536246a16 -->|calls| be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5
  4c2178e2_14f9_099e_48a6_e50df74fad4e["first_path_not_symlink()"]
  4c2178e2_14f9_099e_48a6_e50df74fad4e -->|calls| be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5
  0cf690a4_64b9_41a7_da9a_614df11c4073["symlink_loop()"]
  0cf690a4_64b9_41a7_da9a_614df11c4073 -->|calls| be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5
  daabf474_f723_48b1_7aee_1bb9a40511eb["same_file_system()"]
  daabf474_f723_48b1_7aee_1bb9a40511eb -->|calls| be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5
  style be21cd9d_32f8_3eb7_b73d_40d5a95dc7c5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

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

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