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

Function tomlConfigPath

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

Source from the content-addressed store, hash-verified

58 : path.join(process.cwd(), '.codex');
59}
60function tomlConfigPath(loc: Location): string {
61 return path.join(configDir(loc), 'config.toml');
62}
63function instructionsPath(loc: Location): string {
64 // Global AGENTS.md lives under ~/.codex/; project-local AGENTS.md
65 // lives at the project root (NOT under .codex/) — that's the file

Callers 6

trustNoteFunction · 0.85
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