Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/devtools
/
Class
packages/event-bus/tests/client.test.ts:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
vi.stubGlobal(
6
'BroadcastChannel'
,
7
class
{
8
postMessage = vi.fn()
9
addEventListener = vi.fn()
10
removeEventListener = vi.fn()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected