Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/devtools
/
Class
packages/event-bus/src/server/server.ts:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
export
class
ServerEventBus {
51
#eventTarget: EventTarget
52
#clients =
new
Set<WebSocket>()
53
#sseClients =
new
Set<http.ServerResponse>()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected