MCPcopy Create free account
hub / github.com/tiann/hapi / codexExecutable.test.ts

File codexExecutable.test.ts

cli/src/codex/utils/codexExecutable.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { win32 } from 'node:path';
2import { beforeAll, afterAll, beforeEach, describe, expect, it, vi } from 'vitest';
3
4const { execFileSyncMock, existsSyncMock, homedirMock } = vi.hoisted(() => ({

Callers

nothing calls this directly

Calls 6

codexShimPathFunction · 0.85
userCodexExePathFunction · 0.85
nativeCodexPathFunction · 0.85
codexScriptPathFunction · 0.85
resolveCodexCommandFunction · 0.85
setPlatformFunction · 0.70

Tested by

no test coverage detected