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
  ee2dcdb8_e8cb_a9d8_c02c_e7600aa4cf78["test_path_should_be_under_root()"]
  94ff899b_35e3_0285_8c8b_3ddbbd041ae9["get_gitignore()"]
  ee2dcdb8_e8cb_a9d8_c02c_e7600aa4cf78 -->|calls| 94ff899b_35e3_0285_8c8b_3ddbbd041ae9
  style ee2dcdb8_e8cb_a9d8_c02c_e7600aa4cf78 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.
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