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

Method getWorkflowIdForSocket

apps/realtime/src/rooms/types.ts:76–76  ·  view source on GitHub ↗

* Get the workflow ID for a socket

(socketId: string)

Source from the content-addressed store, hash-verified

74 * Get the workflow ID for a socket
75 */
76 getWorkflowIdForSocket(socketId: string): Promise<string | null>
77
78 /**
79 * Get user session data for a socket

Callers 6

index.test.tsFile · 0.65
setupVariablesHandlersFunction · 0.65
setupSubblocksHandlersFunction · 0.65
setupOperationsHandlersFunction · 0.65
setupWorkflowHandlersFunction · 0.65
setupPresenceHandlersFunction · 0.65

Implementers 2

RedisRoomManagerapps/realtime/src/rooms/redis-manager.
MemoryRoomManagerapps/realtime/src/rooms/memory-manager

Calls

no outgoing calls

Tested by

no test coverage detected