Home / Function/ run() — tailwindcss Function Reference

run() — tailwindcss Function Reference

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

Function rust Oxide PreProcessors calls 5 called by 2

Entity Profile

Dependency Diagram

graph TD
  3945042b_2431_cd64_6a3a_fcd4f3c6aab3["run()"]
  8031325b_dcd2_8c49_70e7_46191ce03a79["walk.rs"]
  3945042b_2431_cd64_6a3a_fcd4f3c6aab3 -->|defined in| 8031325b_dcd2_8c49_70e7_46191ce03a79
  da7185cc_deeb_42bc_cc20_4a3139551ba0["visit()"]
  da7185cc_deeb_42bc_cc20_4a3139551ba0 -->|calls| 3945042b_2431_cd64_6a3a_fcd4f3c6aab3
  2567ce1d_17e1_b741_15ca_320dd88c9022["walk_collect_entries_parallel()"]
  2567ce1d_17e1_b741_15ca_320dd88c9022 -->|calls| 3945042b_2431_cd64_6a3a_fcd4f3c6aab3
  da7185cc_deeb_42bc_cc20_4a3139551ba0["visit()"]
  3945042b_2431_cd64_6a3a_fcd4f3c6aab3 -->|calls| da7185cc_deeb_42bc_cc20_4a3139551ba0
  c9300b22_ec41_7775_08dd_d3e356e12bc5["FnMut()"]
  3945042b_2431_cd64_6a3a_fcd4f3c6aab3 -->|calls| c9300b22_ec41_7775_08dd_d3e356e12bc5
  c5b4d030_44f4_60f6_27d3_745efbd9bf88["get_work()"]
  3945042b_2431_cd64_6a3a_fcd4f3c6aab3 -->|calls| c5b4d030_44f4_60f6_27d3_745efbd9bf88
  04e8d630_da3f_f0a4_57a8_0bd018070b1a["run_one()"]
  3945042b_2431_cd64_6a3a_fcd4f3c6aab3 -->|calls| 04e8d630_da3f_f0a4_57a8_0bd018070b1a
  484d4eb0_0cae_050f_2eb6_4b8ef97111fd["quit_now()"]
  3945042b_2431_cd64_6a3a_fcd4f3c6aab3 -->|calls| 484d4eb0_0cae_050f_2eb6_4b8ef97111fd
  style 3945042b_2431_cd64_6a3a_fcd4f3c6aab3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/walk.rs lines 1320–1325

    pub fn run<'s, F>(self, mkf: F)
    where
        F: FnMut() -> FnVisitor<'s>,
    {
        self.visit(&mut FnBuilder { builder: mkf })
    }

Domain

Subdomains

Frequently Asked Questions

What does run() do?
run() is a function in the tailwindcss codebase, defined in crates/ignore/src/walk.rs.
Where is run() defined?
run() is defined in crates/ignore/src/walk.rs at line 1320.
What does run() call?
run() calls 5 function(s): FnMut, get_work, quit_now, run_one, visit.
What calls run()?
run() is called by 2 function(s): visit, walk_collect_entries_parallel.

Analyze Your Own Codebase

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

Try Supermodel Free