Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ isAnswer
Function
isAnswer
scripts/agent-eval/parse-run.mjs:460–460 ·
view source on GitHub ↗
(p)
Source
from the content-addressed store, hash-verified
458
};
459
const
answerRes = answerGlobs.map(glob2re);
460
const
isAnswer = (p) => answerRes.some((re) => re.test(p));
461
462
// Share is over the sum of the per-file sections, i.e. of the source envelope
463
// the allocator divides.
Callers
1
formatEnvelope
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected