MCPcopy Create free account
hub / github.com/anus-dev/ANUS /

Class

packages/core/src/core/client.test.ts:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37vi.mock('./turn', () => {
38 // Define a mock class that has the same shape as the real Turn
39 class MockTurn {
40 pendingToolCalls = [];
41 // The run method is a property that holds our mock function
42 run = mockTurnRunFn;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected