Home / Function/ build() — tailwindcss Function Reference

build() — tailwindcss Function Reference

Architecture documentation for the build() function in dir.rs from the tailwindcss codebase.

Function rust Oxide PreProcessors calls 1 called by 22

Entity Profile

Dependency Diagram

graph TD
  767f0d1d_ed6b_2d39_ea17_d569e763e1dc["build()"]
  a558c8e1_3e7c_59d2_b113_bacec65ba188["dir.rs"]
  767f0d1d_ed6b_2d39_ea17_d569e763e1dc -->|defined in| a558c8e1_3e7c_59d2_b113_bacec65ba188
  3c179894_d0f2_ab15_e1e4_19a7d6e99043["create_gitignore()"]
  3c179894_d0f2_ab15_e1e4_19a7d6e99043 -->|calls| 767f0d1d_ed6b_2d39_ea17_d569e763e1dc
  543e8e56_62fc_aedb_1322_634e822611af["explicit_ignore()"]
  543e8e56_62fc_aedb_1322_634e822611af -->|calls| 767f0d1d_ed6b_2d39_ea17_d569e763e1dc
  be98651c_88d7_d30d_10a1_3927cda9ad23["git_exclude()"]
  be98651c_88d7_d30d_10a1_3927cda9ad23 -->|calls| 767f0d1d_ed6b_2d39_ea17_d569e763e1dc
  81e57ff4_1a02_72db_1925_89f33cb05e09["gitignore()"]
  81e57ff4_1a02_72db_1925_89f33cb05e09 -->|calls| 767f0d1d_ed6b_2d39_ea17_d569e763e1dc
  a5b02978_8dde_fde5_0113_61a5d42267f5["gitignore_with_jj()"]
  a5b02978_8dde_fde5_0113_61a5d42267f5 -->|calls| 767f0d1d_ed6b_2d39_ea17_d569e763e1dc
  42c35850_8d1a_750a_3d03_03c97c60cd05["gitignore_no_git()"]
  42c35850_8d1a_750a_3d03_03c97c60cd05 -->|calls| 767f0d1d_ed6b_2d39_ea17_d569e763e1dc
  6c50d8cb_3fe9_ad84_460b_101551757406["gitignore_allowed_no_git()"]
  6c50d8cb_3fe9_ad84_460b_101551757406 -->|calls| 767f0d1d_ed6b_2d39_ea17_d569e763e1dc
  6fb37daf_367f_5f63_8d90_7bdef42a1dcf["ignore()"]
  6fb37daf_367f_5f63_8d90_7bdef42a1dcf -->|calls| 767f0d1d_ed6b_2d39_ea17_d569e763e1dc
  4e744744_5061_ebe6_cdd2_25a38709bad1["custom_ignore()"]
  4e744744_5061_ebe6_cdd2_25a38709bad1 -->|calls| 767f0d1d_ed6b_2d39_ea17_d569e763e1dc
  6fc51294_5187_4c70_1acc_9ff8488e6881["custom_ignore_over_ignore()"]
  6fc51294_5187_4c70_1acc_9ff8488e6881 -->|calls| 767f0d1d_ed6b_2d39_ea17_d569e763e1dc
  157735d2_2986_738b_0de4_d9ba9ee02849["custom_ignore_precedence()"]
  157735d2_2986_738b_0de4_d9ba9ee02849 -->|calls| 767f0d1d_ed6b_2d39_ea17_d569e763e1dc
  10513e75_5211_7066_c6d6_b93dcee8fc41["ignore_over_gitignore()"]
  10513e75_5211_7066_c6d6_b93dcee8fc41 -->|calls| 767f0d1d_ed6b_2d39_ea17_d569e763e1dc
  949d035c_c681_8f5e_2275_1fb6ae3a827f["exclude_lowest()"]
  949d035c_c681_8f5e_2275_1fb6ae3a827f -->|calls| 767f0d1d_ed6b_2d39_ea17_d569e763e1dc
  style 767f0d1d_ed6b_2d39_ea17_d569e763e1dc 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

Frequently Asked Questions

What does build() do?
build() is a function in the tailwindcss codebase, defined in crates/ignore/src/dir.rs.
Where is build() defined?
build() is defined in crates/ignore/src/dir.rs at line 624.
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