MCPcopy Create free account
hub / github.com/TanStack/devtools /

Class

packages/event-bus/tests/client.test.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20function createMockWebSocketClass() {
21 const cls = class MockWebSocket {
22 static OPEN = 1
23 static CLOSED = 3
24 url: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected