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 2de7fa86_0b11_2294_bf14_8821f5eb0f78["test_path_should_be_under_root()"] 933eebe1_03e6_d6b1_a9f3_12b5bf3d7e94["gitignore_matched_path_or_any_parents_tests.rs"] 2de7fa86_0b11_2294_bf14_8821f5eb0f78 -->|defined in| 933eebe1_03e6_d6b1_a9f3_12b5bf3d7e94 6745b952_42b5_a64f_19de_a5ebc6bb3989["get_gitignore()"] 2de7fa86_0b11_2294_bf14_8821f5eb0f78 -->|calls| 6745b952_42b5_a64f_19de_a5ebc6bb3989 style 2de7fa86_0b11_2294_bf14_8821f5eb0f78 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
Calls
Source
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