Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/OpenRoom
/ getWindows
Function
getWindows
apps/webuiapps/src/lib/windowManager.ts:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
export
function
getWindows(): WindowState[] {
45
return
windows;
46
}
47
48
export
function
openWindow(appId: number): void {
49
const
existing = windows.find((w) => w.appId === appId);
Callers
1
vibeContainerMock.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected