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

Function n

scripts/agent-eval/parse-run.mjs:362–362  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

360export function formatOccupancy(s, indent = ' ') {
361 const o = s.occupancy;
362 const n = (x) => x.toLocaleString('en-US');
363 const pctCtx = (t) => (o.ctxFinal > 0 ? ((t / o.ctxFinal) * 100).toFixed(1) : '0.0');
364 const pctWin = (t) => ((t / o.windowTokens) * 100).toFixed(1);
365 const rows = [];

Callers 3

rowFunction · 0.85
formatOccupancyFunction · 0.85
formatAllocationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected