Skip to main content

ChangedRanges

Type Alias ChangedRanges 

Source
pub type ChangedRanges = BTreeMap<String, Vec<RangeInclusive<u32>>>;
Expand description

Map of file paths to their changed line ranges.

Keys are normalized repo-relative paths with forward slashes. Values are sorted, non-overlapping, inclusive line ranges (1-indexed).

Aliased Typeยง

pub struct ChangedRanges { /* private fields */ }