pub fn load_recent_sessions(workspace: &Path, limit: usize) -> Vec<ResumeEntry>Expand description
Load up to limit recent sessions from workspace, sorted by
updated_at descending. Silently skips dirs with missing/corrupt metadata.
pub fn load_recent_sessions(workspace: &Path, limit: usize) -> Vec<ResumeEntry>Load up to limit recent sessions from workspace, sorted by
updated_at descending. Silently skips dirs with missing/corrupt metadata.