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
  c656cca4_0ca6_ad7c_4938_d8068064817a["follow_links()"]
  d723fee5_6735_de38_e918_7afbac537f66["build()"]
  d723fee5_6735_de38_e918_7afbac537f66 -->|calls| c656cca4_0ca6_ad7c_4938_d8068064817a
  70dab4c5_535c_64b9_1540_21d5397c612b["symlinks()"]
  70dab4c5_535c_64b9_1540_21d5397c612b -->|calls| c656cca4_0ca6_ad7c_4938_d8068064817a
  b467308a_fbef_cacf_6aca_ca3f50c06a51["symlink_loop()"]
  b467308a_fbef_cacf_6aca_ca3f50c06a51 -->|calls| c656cca4_0ca6_ad7c_4938_d8068064817a
  95b107ae_d4d2_5303_7db9_2b4373c1db2e["same_file_system()"]
  95b107ae_d4d2_5303_7db9_2b4373c1db2e -->|calls| c656cca4_0ca6_ad7c_4938_d8068064817a
  style c656cca4_0ca6_ad7c_4938_d8068064817a 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.
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