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

Function namedInResponse

scripts/agent-eval/probe-decl-only.mjs:144–144  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

142 // "Named in the response but carrying no source" is the correct outcome for
143 // a cliffed declaration file — the agent can still fetch it in one call.
144 const namedInResponse = (p) => text.includes(p);
145
146 rows.push({
147 query: q.id, kind: q.kind, text: q.text,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected