gix_traverse::commit

Type Alias ParentIds

source
pub type ParentIds = SmallVec<[ObjectId; 1]>;
Expand description

The collection of parent ids we saw as part of the iteration.

Note that this list is truncated if Parents::First was used.

Aliased Typeยง

struct ParentIds { /* private fields */ }