pub fn aggregate(
path: &Path,
since: Option<DateTime<Utc>>,
until: Option<DateTime<Utc>>,
source: Option<Source>,
) -> GhCountsExpand description
Aggregates gh records from the request log at path within the optional
[since, until] window and (optionally) restricted to one source.
Best-effort and tolerant like the rest of the log stack: a missing file or malformed/partial lines yield empty/skipped tallies rather than an error, so callers (CLI, daemon) never fail on a bad log.