Skip to main content

is_path_within_any

Function is_path_within_any 

Source
pub fn is_path_within_any(roots: &[PathBuf], path: &Path) -> bool
Expand description

Returns true if path is under any of the workspace roots.