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 */ }