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

Interface BreakdownRow

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

Source from the content-addressed store, hash-verified

461// ---------------------------------------------------------------------------
462
463interface BreakdownRow {
464 value: string;
465 count: number;
466 machines: number;
467}
468
469/**
470 * Sums one dimension over the range.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected