Home / Function/ follow_links() — tailwindcss Function Reference

follow_links() — tailwindcss Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  3a541649_c3fb_d65b_d3d2_beddc2d36691["follow_links()"]
  b3ca296d_790b_9bf3_23ea_56e5c5c48565["walk.rs"]
  3a541649_c3fb_d65b_d3d2_beddc2d36691 -->|defined in| b3ca296d_790b_9bf3_23ea_56e5c5c48565
  de47c3c4_7919_326b_65e2_dcc7c2bd96c6["build()"]
  de47c3c4_7919_326b_65e2_dcc7c2bd96c6 -->|calls| 3a541649_c3fb_d65b_d3d2_beddc2d36691
  33218f39_f329_0a0c_2eed_b1e7f7195f4f["symlinks()"]
  33218f39_f329_0a0c_2eed_b1e7f7195f4f -->|calls| 3a541649_c3fb_d65b_d3d2_beddc2d36691
  fdb0b620_8068_84db_6f37_94e73040690a["symlink_loop()"]
  fdb0b620_8068_84db_6f37_94e73040690a -->|calls| 3a541649_c3fb_d65b_d3d2_beddc2d36691
  a9ee3ce7_a88e_113e_778c_1bf1eac0ce02["same_file_system()"]
  a9ee3ce7_a88e_113e_778c_1bf1eac0ce02 -->|calls| 3a541649_c3fb_d65b_d3d2_beddc2d36691
  style 3a541649_c3fb_d65b_d3d2_beddc2d36691 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/walk.rs lines 672–675

    pub fn follow_links(&mut self, yes: bool) -> &mut WalkBuilder {
        self.follow_links = yes;
        self
    }

Domain

Subdomains

Frequently Asked Questions

What does follow_links() do?
follow_links() is a function in the tailwindcss codebase, defined in crates/ignore/src/walk.rs.
Where is follow_links() defined?
follow_links() is defined in crates/ignore/src/walk.rs at line 672.
What calls follow_links()?
follow_links() is called by 4 function(s): build, same_file_system, symlink_loop, symlinks.

Analyze Your Own Codebase

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

Try Supermodel Free