MCPcopy
hub / github.com/simstudioai/sim / setupAllHandlers

Function setupAllHandlers

apps/realtime/src/handlers/index.ts:10–17  ·  view source on GitHub ↗
(socket: AuthenticatedSocket, roomManager: IRoomManager)

Source from the content-addressed store, hash-verified

8import type { IRoomManager } from '@/rooms'
9
10export function setupAllHandlers(socket: AuthenticatedSocket, roomManager: IRoomManager) {
11 setupWorkflowHandlers(socket, roomManager)
12 setupOperationsHandlers(socket, roomManager)
13 setupSubblocksHandlers(socket, roomManager)
14 setupVariablesHandlers(socket, roomManager)
15 setupPresenceHandlers(socket, roomManager)
16 setupConnectionHandlers(socket, roomManager)
17}

Callers 1

mainFunction · 0.90

Calls 6

setupWorkflowHandlersFunction · 0.90
setupOperationsHandlersFunction · 0.90
setupSubblocksHandlersFunction · 0.90
setupVariablesHandlersFunction · 0.90
setupPresenceHandlersFunction · 0.90
setupConnectionHandlersFunction · 0.90

Tested by

no test coverage detected