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

Function claimZIndex

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

Source from the content-addressed store, hash-verified

29 * in the same stacking order — click either to bring it to front.
30 */
31export function claimZIndex(): number {
32 return ++nextZ;
33}
34
35function notify() {
36 listeners.forEach((fn) => fn());

Callers 1

ShellFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected