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

Function settingsJsonPath

src/installer/targets/gemini.ts:53–55  ·  view source on GitHub ↗
(loc: Location)

Source from the content-addressed store, hash-verified

51 : path.join(process.cwd(), '.gemini');
52}
53function settingsJsonPath(loc: Location): string {
54 return path.join(configDir(loc), 'settings.json');
55}
56function instructionsPath(loc: Location): string {
57 // Global GEMINI.md lives under ~/.gemini/; project-local GEMINI.md
58 // lives at the project root (NOT under .gemini/), matching how

Callers 5

detectMethod · 0.70
uninstallMethod · 0.70
printConfigMethod · 0.70
describePathsMethod · 0.70
writeMcpEntryFunction · 0.70

Calls 2

configDirFunction · 0.70
joinMethod · 0.45

Tested by

no test coverage detected