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

Function tp

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

Source from the content-addressed store, hash-verified

221 );
222}
223const tp = (k) => totals.answered ? `${totals.counts[k]} (${Math.round((totals.counts[k] / totals.answered) * 100)}%)` : '—';
224console.log(
225 `\nPOOLED (${totals.answered} answered explore calls): ` +
226 SUFFICIENCY.map(([k, label]) => `${label} ${tp(k)}`).join(' · ')

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected