MCPcopy Create free account
hub / github.com/Everoot/everoot.github.io /

Class

src/app/services/window-manager.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 providedIn: 'root'
20})
21export class WindowManagerService {
22 private windows = signal<Map<string, WindowState>>(new Map());
23 private nextZIndex = signal(1000);
24 private backgroundImage = signal('wall-1');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected