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

Method minimize

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

Source from the content-addressed store, hash-verified

50 }
51
52 minimize() {
53 this.windowManager.minimizeWindow(this.windowState.id);
54 }
55
56 maximize() {
57 this.windowManager.maximizeWindow(this.windowState.id);

Callers

nothing calls this directly

Calls 1

minimizeWindowMethod · 0.80

Tested by

no test coverage detected