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

Method initialize

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

* Initialize the room manager (connect to Redis, etc.)

()

Source from the content-addressed store, hash-verified

47 * Initialize the room manager (connect to Redis, etc.)
48 */
49 initialize(): Promise<void>
50
51 /**
52 * Whether the room manager is ready to serve requests

Callers 3

initializeProvidersFunction · 0.65
renderFunction · 0.65
index.test.tsFile · 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