Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mcpJsonPath
Function · 0.70
settingsJsonPath
Function · 0.70
instructionsPath
Function · 0.70
Tested by
no test coverage detected