MCPcopy Create free account
hub / github.com/MiniMax-AI/OpenRoom / closeAllWindows

Function closeAllWindows

apps/webuiapps/src/lib/windowManager.ts:82–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82export function closeAllWindows(): void {
83 windows = [];
84 notify();
85}
86
87export function focusWindow(appId: number): void {
88 const win = windows.find((w) => w.appId === appId);

Callers 1

ChatPanelFunction · 0.90

Calls 1

notifyFunction · 0.85

Tested by

no test coverage detected