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

Function fileOf

__tests__/explore-allocation-e2e.test.ts:104–104  ·  view source on GitHub ↗
(file: string)

Source from the content-addressed store, hash-verified

102 const report = JSON.parse(lines[lines.length - 1]!) as ExploreDiagnosticReport;
103 fs.rmSync(path.dirname(sidecar), { recursive: true, force: true });
104 const fileOf = (file: string) => report.files.find((f) => f.path === file);
105 return {
106 text,
107 bytes,

Callers 1

exploreFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected