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

Function notify

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

Source from the content-addressed store, hash-verified

33}
34
35function notify() {
36 listeners.forEach((fn) => fn());
37}
38
39export function subscribe(fn: Listener): () => void {
40 listeners.add(fn);

Callers 7

openWindowFunction · 0.85
closeWindowFunction · 0.85
closeAllWindowsFunction · 0.85
focusWindowFunction · 0.85
minimizeWindowFunction · 0.85
moveWindowFunction · 0.85
resizeWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected