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

Method addWindow

src/controller/window-manager.ts:105–107  ·  view source on GitHub ↗
(win: BaseWindow)

Source from the content-addressed store, hash-verified

103 }
104
105 addWindow(win: BaseWindow) {
106 this.windows.push(win);
107 }
108
109 removeWindow(win: BaseWindow) {
110 this.windows.splice(this.windows.indexOf(win), 1);

Callers 1

constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected