Skip to main content

ChangedLines

Type Alias ChangedLines 

Source
pub type ChangedLines = HashMap<PathBuf, HashSet<usize>>;
Expand description

Map of file paths to the set of line numbers that were changed

Aliased Typeยง

pub struct ChangedLines { /* private fields */ }