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

Function nativeCodexPath

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

Source from the content-addressed store, hash-verified

40}
41
42function nativeCodexPath(): string {
43 return win32.join(
44 nodeRoot,
45 'node_modules',
46 '@openai',
47 'codex',
48 'node_modules',
49 '@openai',
50 'codex-win32-x64',
51 'vendor',
52 'x86_64-pc-windows-msvc',
53 'bin',
54 'codex.exe'
55 );
56}
57
58function codexScriptPath(): string {
59 return win32.join(nodeRoot, 'node_modules', '@openai', 'codex', 'bin', 'codex.js');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected