Skip to main content

tail

Function tail 

Source
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.