Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ initialize
Method
initialize
apps/realtime/src/rooms/memory-manager.ts:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
async
initialize(): Promise<void> {
26
logger.info(
'MemoryRoomManager initialized (single-pod mode)'
)
27
}
28
29
isReady(): boolean {
30
return
true
Callers
1
createRoomManager
Function · 0.95
Calls
1
info
Method · 0.80
Tested by
no test coverage detected