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

Method isReady

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

* Whether the room manager is ready to serve requests

()

Source from the content-addressed store, hash-verified

52 * Whether the room manager is ready to serve requests
53 */
54 isReady(): boolean
55
56 /**
57 * Clean shutdown

Callers 5

createHttpHandlerFunction · 0.65
setupVariablesHandlersFunction · 0.65
setupSubblocksHandlersFunction · 0.65
setupOperationsHandlersFunction · 0.65
setupWorkflowHandlersFunction · 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