Skip to main content

enumerate_range

Function enumerate_range 

Source
pub fn enumerate_range(
    store: &ObjectStore,
    bad: Hash,
    good_hashes: &[Hash],
) -> BisectResult<Vec<Hash>>
Expand description

Walk ancestors of bad, stopping at any commit that is good or an ancestor of good. Returns the candidate set in BFS order from bad.

ยงErrors