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

Method describePaths

src/installer/targets/opencode.ts:184–186  ·  view source on GitHub ↗
(loc: Location)

Source from the content-addressed store, hash-verified

182 }
183
184 describePaths(loc: Location): string[] {
185 return [configPath(loc), instructionsPath(loc)];
186 }
187}
188
189function writeMcpEntry(loc: Location): WriteResult['files'][number] {

Callers

nothing calls this directly

Calls 2

configPathFunction · 0.70
instructionsPathFunction · 0.70

Tested by

no test coverage detected