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

Method describePaths

src/installer/targets/claude.ts:218–220  ·  view source on GitHub ↗
(loc: Location)

Source from the content-addressed store, hash-verified

216 }
217
218 describePaths(loc: Location): string[] {
219 return [mcpJsonPath(loc), settingsJsonPath(loc), instructionsPath(loc)];
220 }
221}
222
223/**

Callers

nothing calls this directly

Calls 3

mcpJsonPathFunction · 0.70
settingsJsonPathFunction · 0.70
instructionsPathFunction · 0.70

Tested by

no test coverage detected