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

Class

cli/src/opencode/opencodeRemoteLauncher.test.ts:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62vi.mock('./utils/permissionHandler', () => ({
63 OpencodePermissionHandler: class {
64 async cancelAll(): Promise<void> {}
65 }
66}));
67
68vi.mock('@/ui/ink/OpencodeDisplay', () => ({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected