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

Function cnt

scripts/agent-eval/parse-bench-readme.mjs:209–209  ·  view source on GitHub ↗
(k)

Source from the content-addressed store, hash-verified

207 if (!W.length) { console.log(`${repo.padEnd(11)} (no with-arm runs)`); continue; }
208 const answered = W.reduce((s, r) => s + r.suffAnswered, 0);
209 const cnt = (k) => W.reduce((s, r) => s + r.suffCounts[k], 0);
210 const env = W.reduce((s, r) => s + r.allocEnvelope, 0);
211 const used = W.reduce((s, r) => s + r.allocUsed, 0);
212 totals.answered += answered; totals.used += used; totals.env += env;

Callers 2

cellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected