Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tiann/hapi
/ resolveCodexCommand
Function
resolveCodexCommand
cli/src/codex/utils/codexExecutable.ts:70–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
export
function
resolveCodexCommand(): CodexCommand {
71
if
(process.platform !==
'win32'
) {
72
return
{ command:
'codex'
, args: [] };
73
}
74
75
return
resolveWindowsCodexCommand();
76
}
Callers
3
codexLocal
Function · 0.90
assertCodexLocalSupported
Function · 0.90
codexExecutable.test.ts
File · 0.85
Calls
1
resolveWindowsCodexCommand
Function · 0.85
Tested by
no test coverage detected