MCPcopy Create free account
hub / github.com/chieapp/chie / destructor

Method destructor

src/view/base-window.ts:64–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 destructor() {
65 super.destructor();
66 this.menuBar?.destructor();
67 }
68
69 saveState(): WindowState | null {
70 return {bounds: this.window.getBounds()};

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected