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

Class

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

Source from the content-addressed store, hash-verified

38
39function createMockEventSourceClass() {
40 return class MockEventSource {
41 url: string
42 onmessage: any = null
43 close = vi.fn()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected