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

Function configDir

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

Source from the content-addressed store, hash-verified

39const TOML_HEADER = 'mcp_servers.codegraph';
40
41function configDir(): string {
42 return path.join(os.homedir(), '.codex');
43}
44function tomlConfigPath(): string {
45 return path.join(configDir(), 'config.toml');
46}

Callers 3

tomlConfigPathFunction · 0.70
instructionsPathFunction · 0.70
detectMethod · 0.70

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected