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

Function pick

telemetry-dashboard/src/api.ts:528–528  ·  view source on GitHub ↗
(r: BreakdownRow)

Source from the content-addressed store, hash-verified

526 }));
527
528 const pick = (r: BreakdownRow): number => (metric === 'machines' ? r.machines : r.count);
529
530 let ordered: BreakdownRow[];
531 let truncated = false;

Callers 1

breakdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected