Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
31
export
function
claimZIndex(): number {
32
return
++nextZ;
33
}
34
35
function
notify() {
36
listeners.forEach((fn) => fn());
Callers
1
Shell
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected