Skip to main content

line_is_changed

Function line_is_changed 

Source
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.