pub fn is_reserved_directory_child(parent: &Path, name: &str) -> boolExpand 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.