pub fn inspect_all(
project_root: &Path,
) -> Result<Vec<RecoveryStatus>, RecoverError>Expand description
Inspect every active phase state, producing one recovery status per phase
(sorted by phase number). Errors with RecoverError::NothingToRecover
when no phase has persisted state.