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

Class

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

Source from the content-addressed store, hash-verified

4vi.stubGlobal(
5 'BroadcastChannel',
6 class {
7 postMessage = vi.fn()
8 addEventListener = vi.fn()
9 removeEventListener = vi.fn()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected