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

Method close

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

Source from the content-addressed store, hash-verified

46 }
47
48 close() {
49 this.windowManager.closeWindow(this.windowState.id);
50 }
51
52 minimize() {
53 this.windowManager.minimizeWindow(this.windowState.id);

Callers

nothing calls this directly

Calls 1

closeWindowMethod · 0.80

Tested by

no test coverage detected