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

Function codexShimPath

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

Source from the content-addressed store, hash-verified

36const nodeRoot = win32.join('toolchains', 'nodejs');
37
38function codexShimPath(): string {
39 return win32.join(nodeRoot, 'codex.cmd');
40}
41
42function nativeCodexPath(): string {
43 return win32.join(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected