pub fn resolve_from_log(
log_path: &Path,
entry: SessionLogIndexEntry,
) -> Result<ResumeTarget, ZigError>Expand description
Internal helper exposed for tests: given an already-loaded index entry
and its log path, pull out the last StepStarted’s zag session id.