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

Function userCodexExePath

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

Source from the content-addressed store, hash-verified

60}
61
62function userCodexExePath(): string {
63 return win32.join(homeDir, '.local', 'bin', 'codex.exe');
64}
65
66function setPlatform(value: string) {
67 Object.defineProperty(process, 'platform', {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected