pub fn try_remote_event_agg(
store: &Store,
cfg: &Config,
workspace: &Path,
) -> Result<Option<RemoteEventAgg>>Expand description
Load provider-side aggregates when team_id + workspace_hash (from config + workspace) are set.
Returns Ok(None) if sync context is missing; Err on DB errors.