MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / pct

Function pct

src/components/Stats.tsx:310–310  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

308 })
309 .reduce((s, [, v]) => s + v, 0);
310 const pct = (n: number) => Math.round((n / total) * 100);
311 const b1 = bucket(1, 1);
312 const b2_5 = bucket(2, 5);
313 const b6_10 = bucket(6, 10);

Callers 2

OverviewTabFunction · 0.85
renderOverviewToAnsiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected