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

Function tomlConfigPath

src/installer/targets/codex.ts:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 return path.join(os.homedir(), '.codex');
43}
44function tomlConfigPath(): string {
45 return path.join(configDir(), 'config.toml');
46}
47function instructionsPath(): string {
48 return path.join(configDir(), 'AGENTS.md');
49}

Callers 5

detectMethod · 0.85
uninstallMethod · 0.85
printConfigMethod · 0.85
describePathsMethod · 0.85
writeMcpEntryFunction · 0.85

Calls 2

configDirFunction · 0.70
joinMethod · 0.45

Tested by

no test coverage detected