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

Method describePaths

src/installer/targets/codex.ts:130–133  ·  view source on GitHub ↗
(loc: Location)

Source from the content-addressed store, hash-verified

128 }
129
130 describePaths(loc: Location): string[] {
131 if (loc !== 'global') return [];
132 return [tomlConfigPath(), instructionsPath()];
133 }
134}
135
136function buildCodegraphBlock(): string {

Callers

nothing calls this directly

Calls 2

tomlConfigPathFunction · 0.85
instructionsPathFunction · 0.70

Tested by

no test coverage detected