MCPcopy Index your code
hub / github.com/tiann/hapi /

Class

cli/src/codex/codexRemoteLauncher.test.ts:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61vi.mock('./codexAppServerClient', () => {
62 class MockCodexAppServerClient {
63 private notificationHandler: ((method: string, params: unknown) => void) | null = null;
64 private stderrHandler: ((text: string) => void) | null = null;
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected