MCPcopy Create free account
hub / github.com/EvoMap/evolver / _codexConfigPath

Function _codexConfigPath

src/adapters/scripts/evolver-session-start.js:75–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75function _codexConfigPath() {
76 if (process.env.CODEX_CONFIG_FILE || process.env.EVOMAP_CODEX_CONFIG_FILE) {
77 return process.env.CODEX_CONFIG_FILE || process.env.EVOMAP_CODEX_CONFIG_FILE;
78 }
79 const home = process.env.HOME || os.homedir();
80 return home ? path.join(home, '.codex', 'config.toml') : null;
81}
82
83function _codexConfigExpectsProxy() {
84 const file = _codexConfigPath();

Callers 1

_codexConfigExpectsProxyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected