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

Class

cli/src/modules/common/opencodeModels.test.ts:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7vi.mock('@/agent/backends/acp/AcpStdioTransport', () => ({
8 AcpStdioTransport: class {
9 sendRequest = sendRequestMock
10 close = closeMock
11 constructor(opts: { command: string; args?: string[] }) {
12 transportConstructor(opts)
13 }
14 }
15}))
16
17import { listOpencodeModelsForCwd, _resetOpencodeModelsCacheForTests } from './opencodeModels'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected