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

Function done

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

Source from the content-addressed store, hash-verified

971 type: 'user', message: { content: [{ type: 'tool_result', tool_use_id: id, content: [{ type: 'text', text: 'x'.repeat(chars) }] }] },
972 });
973 const done = () => JSON.stringify({ type: 'result', subtype: 'success', duration_ms: 1000, total_cost_usd: 0.1, usage: {} });
974 const write = (name, lines) => { const f = join(dir, name); writeFileSync(f, lines.join('\n') + '\n'); return f; };
975
976 // 1. Attribution: ratio 2.5 chars/tok, two families, no shedding.

Callers 2

selftestFunction · 0.70
oneShotFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected