build() — tailwindcss Function Reference
Architecture documentation for the build() function in dir.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD f9057141_74ef_29d7_b851_a214bdc6bfa9["build()"] e08d8e7a_18b6_456a_1d14_5093e56e79a8["create_gitignore()"] e08d8e7a_18b6_456a_1d14_5093e56e79a8 -->|calls| f9057141_74ef_29d7_b851_a214bdc6bfa9 c94787ee_7482_f446_eb6f_762e581305a0["explicit_ignore()"] c94787ee_7482_f446_eb6f_762e581305a0 -->|calls| f9057141_74ef_29d7_b851_a214bdc6bfa9 17cdd51d_ca35_8a64_6dc8_9c6e0455e172["git_exclude()"] 17cdd51d_ca35_8a64_6dc8_9c6e0455e172 -->|calls| f9057141_74ef_29d7_b851_a214bdc6bfa9 fbdeb509_eba4_bae9_2ce8_5c766d404493["gitignore()"] fbdeb509_eba4_bae9_2ce8_5c766d404493 -->|calls| f9057141_74ef_29d7_b851_a214bdc6bfa9 79e3c754_8474_a963_29a3_90d4c7ba1ae6["gitignore_with_jj()"] 79e3c754_8474_a963_29a3_90d4c7ba1ae6 -->|calls| f9057141_74ef_29d7_b851_a214bdc6bfa9 34932f21_88af_6440_c66c_353d5f8f5d5f["gitignore_no_git()"] 34932f21_88af_6440_c66c_353d5f8f5d5f -->|calls| f9057141_74ef_29d7_b851_a214bdc6bfa9 0acf0b75_0130_a3a0_05a9_f8eb96b43574["gitignore_allowed_no_git()"] 0acf0b75_0130_a3a0_05a9_f8eb96b43574 -->|calls| f9057141_74ef_29d7_b851_a214bdc6bfa9 d58907e3_e69c_781c_552a_4b682691e0de["ignore()"] d58907e3_e69c_781c_552a_4b682691e0de -->|calls| f9057141_74ef_29d7_b851_a214bdc6bfa9 7c8bc7c4_7dd0_d829_9332_58553c511460["custom_ignore()"] 7c8bc7c4_7dd0_d829_9332_58553c511460 -->|calls| f9057141_74ef_29d7_b851_a214bdc6bfa9 19d156d4_7c5c_d5ed_6f56_d112749db9a1["custom_ignore_over_ignore()"] 19d156d4_7c5c_d5ed_6f56_d112749db9a1 -->|calls| f9057141_74ef_29d7_b851_a214bdc6bfa9 f0c99ae8_fcd9_3c14_092d_773616d8e5ad["custom_ignore_precedence()"] f0c99ae8_fcd9_3c14_092d_773616d8e5ad -->|calls| f9057141_74ef_29d7_b851_a214bdc6bfa9 ef4ea465_671d_5033_3bef_d011f47b964b["ignore_over_gitignore()"] ef4ea465_671d_5033_3bef_d011f47b964b -->|calls| f9057141_74ef_29d7_b851_a214bdc6bfa9 a5a4c460_4ba4_6dd3_9b89_f7d9ae34fbb4["exclude_lowest()"] a5a4c460_4ba4_6dd3_9b89_f7d9ae34fbb4 -->|calls| f9057141_74ef_29d7_b851_a214bdc6bfa9 df2b9e21_95e8_310e_4e4e_2549b16add94["errored()"] df2b9e21_95e8_310e_4e4e_2549b16add94 -->|calls| f9057141_74ef_29d7_b851_a214bdc6bfa9 style f9057141_74ef_29d7_b851_a214bdc6bfa9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/dir.rs lines 624–626
pub(crate) fn build(&self) -> Ignore {
self.build_with_cwd(None)
}
Domain
Subdomains
Calls
Called By
- absolute_parent()
- absolute_parent_anchored()
- create_gitignore()
- custom_ignore()
- custom_ignore_over_ignore()
- custom_ignore_precedence()
- errored()
- errored_both()
- errored_partial()
- errored_partial_and_ignore()
- exclude_lowest()
- explicit_ignore()
- git_exclude()
- git_info_exclude_in_linked_worktree()
- gitignore()
- gitignore_allowed_no_git()
- gitignore_no_git()
- gitignore_with_jj()
- ignore()
- ignore_over_gitignore()
- not_present_empty()
- stops_at_git_dir()
Source
Frequently Asked Questions
What does build() do?
build() is a function in the tailwindcss codebase.
What does build() call?
build() calls 1 function(s): build_with_cwd.
What calls build()?
build() is called by 22 function(s): absolute_parent, absolute_parent_anchored, create_gitignore, custom_ignore, custom_ignore_over_ignore, custom_ignore_precedence, errored, errored_both, and 14 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free