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

Function cell

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

Source from the content-addressed store, hash-verified

213 totals.calls += W.reduce((s, r) => s + r.allocCalls, 0);
214 for (const [k] of SUFFICIENCY) totals.counts[k] += cnt(k);
215 const cell = (k) => (answered ? `${cnt(k)} ${Math.round((cnt(k) / answered) * 100)}%` : '—').padEnd(9);
216 console.log(
217 `${repo.padEnd(11)} ${String(answered).padEnd(7)} ` +
218 `${cell('explore_again')}${cell('read_returned')}${cell('read_missed')}${cell('search')}` +

Callers 1

Calls 1

cntFunction · 0.85

Tested by

no test coverage detected