aggregate_worktree_events

Function aggregate_worktree_events 

Source
pub fn aggregate_worktree_events(
    worktrees: &[WorktreeInfo],
) -> Vec<(WorktreeInfo, Vec<AuditEvent>)>
Expand description

Read and aggregate events from all worktrees.

Returns events grouped by worktree. Only worktrees with existing event files are included.