pub fn tail(n: usize) -> Vec<ActivityEvent>Expand description
Read the last n events from disk, newest-first. Best-effort: a
missing or unreadable file yields an empty Vec so the TUI can render
an empty state without erroring.
pub fn tail(n: usize) -> Vec<ActivityEvent>Read the last n events from disk, newest-first. Best-effort: a
missing or unreadable file yields an empty Vec so the TUI can render
an empty state without erroring.