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

Function pct

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

Source from the content-addressed store, hash-verified

474 .sort((a, b) => b.chars - a.chars);
475 const answerChars = ranked.filter((r) => r.answer).reduce((s, r) => s + r.chars, 0);
476 const pct = (f) => `${(f * 100).toFixed(1)}%`;
477
478 const out = [];
479 out.push(`${indent}Explore envelope: ${envelope.toLocaleString('en-US')} chars over ${exploreTexts.length} response(s)`);

Callers 3

formatEnvelopeFunction · 0.70
formatAllocationFunction · 0.70
formatSufficiencyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected