Skip to main content

resolve_path_mappings

Function resolve_path_mappings 

Source
pub fn resolve_path_mappings(mappings: &[PathMapping]) -> Vec<PathMapping>
Expand description

Resolve filesystem aliases in mapping roots once for repeated lookups.

The returned mappings retain the caller’s order and can be passed to normalize_resolved_mapped_path.