MCPcopy Create free account
hub / github.com/anomalyco/opencode / aggregate

Function aggregate

packages/stats/core/src/domain/inference.test.ts:87–99  ·  view source on GitHub ↗
(model: string, provider: string)

Source from the content-addressed store, hash-verified

85})
86
87function aggregate(model: string, provider: string) {
88 return {
89 grain: "day",
90 period_key: "2026-05-20",
91 dataset: "zen",
92 tier: "Paid",
93 provider,
94 model,
95 sessions: "1",
96 requests: "1",
97 sample_count: "1",
98 }
99}

Callers 1

inference.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected