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

Method printConfig

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

Source from the content-addressed store, hash-verified

120 }
121
122 printConfig(loc: Location): string {
123 if (loc !== 'global') {
124 return '# Codex CLI has no project-local config — use --location=global.\n';
125 }
126 const block = buildCodegraphBlock();
127 return `# Add to ${tomlConfigPath()}\n\n${block}\n`;
128 }
129
130 describePaths(loc: Location): string[] {
131 if (loc !== 'global') return [];

Callers

nothing calls this directly

Calls 2

buildCodegraphBlockFunction · 0.85
tomlConfigPathFunction · 0.85

Tested by

no test coverage detected