Home / Function/ test_path_should_be_under_root() — tailwindcss Function Reference

test_path_should_be_under_root() — tailwindcss Function Reference

Architecture documentation for the test_path_should_be_under_root() function in gitignore_matched_path_or_any_parents_tests.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  ee563407_177a_3cb8_0468_d8d786a059eb["test_path_should_be_under_root()"]
  769ca6bf_ad87_5317_8f93_e86c99cb744d["gitignore_matched_path_or_any_parents_tests.rs"]
  ee563407_177a_3cb8_0468_d8d786a059eb -->|defined in| 769ca6bf_ad87_5317_8f93_e86c99cb744d
  1f69106b_6e6c_e227_3c52_709d51049c50["get_gitignore()"]
  ee563407_177a_3cb8_0468_d8d786a059eb -->|calls| 1f69106b_6e6c_e227_3c52_709d51049c50
  style ee563407_177a_3cb8_0468_d8d786a059eb fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs lines 16–21

fn test_path_should_be_under_root() {
    let gitignore = get_gitignore();
    let path = "/tmp/some_file";
    gitignore.matched_path_or_any_parents(Path::new(path), false);
    assert!(false);
}

Domain

Subdomains

Frequently Asked Questions

What does test_path_should_be_under_root() do?
test_path_should_be_under_root() is a function in the tailwindcss codebase, defined in crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs.
Where is test_path_should_be_under_root() defined?
test_path_should_be_under_root() is defined in crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs at line 16.
What does test_path_should_be_under_root() call?
test_path_should_be_under_root() calls 1 function(s): get_gitignore.

Analyze Your Own Codebase

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

Try Supermodel Free