MCPcopy Create free account
hub / github.com/tiann/hapi / codexScriptPath

Function codexScriptPath

cli/src/codex/utils/codexExecutable.test.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58function codexScriptPath(): string {
59 return win32.join(nodeRoot, 'node_modules', '@openai', 'codex', 'bin', 'codex.js');
60}
61
62function userCodexExePath(): string {
63 return win32.join(homeDir, '.local', 'bin', 'codex.exe');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected