pub fn path_is_changed(
root: &Utf8Path,
finding_path: &Utf8Path,
changed: &FxHashSet<String>,
) -> boolExpand description
Whether a finding path (possibly absolute or ./-prefixed) is in the changed
set (which holds paths relative to root).