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

Method hasWorkflowRoom

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

* Check if a workflow room exists

(workflowId: string)

Source from the content-addressed store, hash-verified

89 * Check if a workflow room exists
90 */
91 hasWorkflowRoom(workflowId: string): Promise<boolean>
92
93 /**
94 * Update user activity (cursor, selection, lastActivity)

Callers 4

index.test.tsFile · 0.65
setupVariablesHandlersFunction · 0.65
setupSubblocksHandlersFunction · 0.65
setupOperationsHandlersFunction · 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