MCPcopy
hub / github.com/colbymchenry/codegraph / get

Function get

scripts/agent-eval/offload-eval-metrics.mjs:74–74  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

72// front-load hook fired iff its injected header appears in the transcript
73const frontload = lines.some(l => l.includes('auto-retrieved for this question'));
74const get = (n) => toolCounts[n] || 0;
75const read = get('Read');
76const grep = get('Grep') + get('Bash') + get('Glob');
77const explore = get('mcp__codegraph__codegraph_explore');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected