Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
destroyWindow
Method · 0.95
bindAfterClosed
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected