Skip to main content

LineLogState

Type Alias LineLogState 

Source
pub type LineLogState = HashMap<ObjectId, Vec<LineLogFile>>;
Expand description

Maps commit OID → active line ranges per path (sorted by path).

Aliased Type§

pub struct LineLogState { /* private fields */ }