Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ dispatch
Method
dispatch
web/lib/collaboration/socket.ts:298–300 ·
view source on GitHub ↗
(event: CollabEvent)
Source
from the content-addressed store, hash-verified
296
}
297
298
private dispatch(event: CollabEvent): void {
299
this.handlers.get(event.
type
)?.forEach((h) => h(event));
300
}
301
302
private startPing(): void {
303
this.pingInterval = setInterval(() => {
Callers
1
connect
Method · 0.95
Calls
3
forEach
Method · 0.80
get
Method · 0.65
h
Function · 0.50
Tested by
no test coverage detected