Skip to main content

is_reserved_directory_child

Function is_reserved_directory_child 

Source
pub fn is_reserved_directory_child(parent: &Path, name: &str) -> bool
Expand description

Whether a directory child is reserved without allocating a joined path.

Used by the walker prune so root .heddle and anything already under that tree are skipped even if a matcher is later refactored.