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
  c81d27cd_cad5_fc47_4e0f_696d4392faff["follow_links()"]
  9d894c7c_30e0_c74a_cfb3_a68f088d0048["build()"]
  9d894c7c_30e0_c74a_cfb3_a68f088d0048 -->|calls| c81d27cd_cad5_fc47_4e0f_696d4392faff
  9493ac91_c0f7_67b4_83b5_876536246a16["symlinks()"]
  9493ac91_c0f7_67b4_83b5_876536246a16 -->|calls| c81d27cd_cad5_fc47_4e0f_696d4392faff
  0cf690a4_64b9_41a7_da9a_614df11c4073["symlink_loop()"]
  0cf690a4_64b9_41a7_da9a_614df11c4073 -->|calls| c81d27cd_cad5_fc47_4e0f_696d4392faff
  daabf474_f723_48b1_7aee_1bb9a40511eb["same_file_system()"]
  daabf474_f723_48b1_7aee_1bb9a40511eb -->|calls| c81d27cd_cad5_fc47_4e0f_696d4392faff
  style c81d27cd_cad5_fc47_4e0f_696d4392faff 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
    }

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