MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / ActivationRow

Interface ActivationRow

telemetry-dashboard/src/api.ts:589–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587// ---------------------------------------------------------------------------
588
589interface ActivationRow {
590 day: string;
591 installs: number;
592 activated: number;
593}
594
595/**
596 * Of the machines whose FIRST day falls in the range, how many ran an index

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected