Skip to main content

path_is_changed

Function path_is_changed 

Source
pub fn path_is_changed(
    root: &Utf8Path,
    finding_path: &Utf8Path,
    changed: &FxHashSet<String>,
) -> bool
Expand description

Whether a finding path (possibly absolute or ./-prefixed) is in the changed set (which holds paths relative to root).