pub fn line_is_changed(
root: &Utf8Path,
finding_path: &Utf8Path,
line: u32,
changed: &FxHashMap<String, Vec<(u32, u32)>>,
) -> Option<bool>Expand description
Whether line of finding_path falls in a changed range from changed_lines.