Home / Function/ is_symlink() — tailwindcss Function Reference

is_symlink() — tailwindcss Function Reference

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

Function rust RustCore PreProcessors calls 1 called by 4

Entity Profile

Dependency Diagram

graph TD
  6635a1ff_d67d_40df_1cc3_51c7debc3b01["is_symlink()"]
  f603ab16_b0b1_1902_b1f6_8586fef082c0["path_is_symlink()"]
  f603ab16_b0b1_1902_b1f6_8586fef082c0 -->|calls| 6635a1ff_d67d_40df_1cc3_51c7debc3b01
  cd9c919e_b7b4_e9fa_afba_bda77720d4a4["run_one()"]
  cd9c919e_b7b4_e9fa_afba_bda77720d4a4 -->|calls| 6635a1ff_d67d_40df_1cc3_51c7debc3b01
  2d1043b4_619e_f9a7_faf3_ee4e1cdbb69f["generate_work()"]
  2d1043b4_619e_f9a7_faf3_ee4e1cdbb69f -->|calls| 6635a1ff_d67d_40df_1cc3_51c7debc3b01
  63344b28_9b99_e315_b3dc_2e05147fb824["walkdir_is_dir()"]
  63344b28_9b99_e315_b3dc_2e05147fb824 -->|calls| 6635a1ff_d67d_40df_1cc3_51c7debc3b01
  29b1fc36_4cad_f0a0_a75c_9d0516d59243["file_type()"]
  6635a1ff_d67d_40df_1cc3_51c7debc3b01 -->|calls| 29b1fc36_4cad_f0a0_a75c_9d0516d59243
  style 6635a1ff_d67d_40df_1cc3_51c7debc3b01 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/walk.rs lines 1462–1464

    fn is_symlink(&self) -> bool {
        self.dent.file_type().map_or(false, |ft| ft.is_symlink())
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does is_symlink() do?
is_symlink() is a function in the tailwindcss codebase.
What does is_symlink() call?
is_symlink() calls 1 function(s): file_type.
What calls is_symlink()?
is_symlink() is called by 4 function(s): generate_work, path_is_symlink, run_one, walkdir_is_dir.

Analyze Your Own Codebase

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

Try Supermodel Free