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

Method maximize

src/app/components/window/window.ts:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 maximize() {
57 this.windowManager.maximizeWindow(this.windowState.id);
58 }
59
60 focus() {
61 this.windowManager.focusWindow(this.windowState.id);

Callers

nothing calls this directly

Calls 1

maximizeWindowMethod · 0.80

Tested by

no test coverage detected