Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/devtools
/ constructor
Method
constructor
packages/event-bus/tests/client.test.ts:31–34 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
29
send = vi.fn()
30
close = vi.fn()
31
constructor(url: string) {
32
this.url = url
33
mockWebSocketInstances.push(this)
34
}
35
}
36
return
cls
37
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected