MCPcopy
hub / github.com/agalwood/Motrix / removeWindow

Method removeWindow

src/main/ui/WindowManager.js:178–180  ·  view source on GitHub ↗
(page)

Source from the content-addressed store, hash-verified

176 }
177
178 removeWindow (page) {
179 this.windows[page] = null
180 }
181
182 bindAfterClosed (page, window) {
183 window.on('closed', (event) => {

Callers 2

destroyWindowMethod · 0.95
bindAfterClosedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected