is_under_any_prefix

Function is_under_any_prefix 

Source
fn is_under_any_prefix(path: &str, prefixes: &BTreeSet<String>) -> bool
Expand description

Return whether a path is below any configured prefix.