Skip to main content

is_path_within

Function is_path_within 

Source
pub fn is_path_within(workspace_root: &Path, path: &Path) -> bool
Expand description

Returns true if path is workspace_root or nested under it.