MCPcopy 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
44export function getWindows(): WindowState[] {
45 return windows;
46}
47
48export function openWindow(appId: number): void {
49 const existing = windows.find((w) => w.appId === appId);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected