pub fn read_state(layout: &RepoLayout) -> BisectResult<BisectState>Expand description
Read bisect state from <mkit_dir>/bisect.
ยงErrors
BisectError::NoBisectInProgressif the file does not exist.BisectError::InvalidBisectStatefor any malformed line.