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

Function closeWindow

apps/webuiapps/src/lib/windowManager.ts:77–80  ·  view source on GitHub ↗
(appId: number)

Source from the content-addressed store, hash-verified

75}
76
77export function closeWindow(appId: number): void {
78 windows = windows.filter((w) => w.appId !== appId);
79 notify();
80}
81
82export function closeAllWindows(): void {
83 windows = [];

Callers 3

AppWindowFunction · 0.90
dispatchAgentActionFunction · 0.90

Calls 1

notifyFunction · 0.85

Tested by

no test coverage detected