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 06124e3b_e84a_cea4_53e8_3cf14b4426dd["follow_links()"] 8031325b_dcd2_8c49_70e7_46191ce03a79["walk.rs"] 06124e3b_e84a_cea4_53e8_3cf14b4426dd -->|defined in| 8031325b_dcd2_8c49_70e7_46191ce03a79 7fdc5de6_ca45_c05a_0113_cfaee5250ec1["build()"] 7fdc5de6_ca45_c05a_0113_cfaee5250ec1 -->|calls| 06124e3b_e84a_cea4_53e8_3cf14b4426dd 0c157b4c_2c78_6ae6_2539_bfb0ad5de06b["symlinks()"] 0c157b4c_2c78_6ae6_2539_bfb0ad5de06b -->|calls| 06124e3b_e84a_cea4_53e8_3cf14b4426dd 53b6689e_b3ea_a334_1370_87cf19a1b264["symlink_loop()"] 53b6689e_b3ea_a334_1370_87cf19a1b264 -->|calls| 06124e3b_e84a_cea4_53e8_3cf14b4426dd bf0b11b7_e742_de77_8aa3_d8f008314fdf["same_file_system()"] bf0b11b7_e742_de77_8aa3_d8f008314fdf -->|calls| 06124e3b_e84a_cea4_53e8_3cf14b4426dd style 06124e3b_e84a_cea4_53e8_3cf14b4426dd 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
Defined In
Source
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