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

Function exploreReturnedFiles

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

Source from the content-addressed store, hash-verified

803 * offsets too, which is why it re-scans rather than calling this.
804 */
805export function exploreReturnedFiles(text) {
806 return [...String(text ?? '').matchAll(/^\*\*`([^`]+)`\*\*/gm)].map((m) => m[1]);
807}
808
809// Every path-shaped token anywhere in a response — flow steps, blast radius,
810// symbol lists. A file in here but NOT in the returned set was POINTED AT and

Callers 1

classifySufficiencyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected