Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ closeWindow
Method
closeWindow
src/model/window-store.ts:73–75 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
71
}
72
73
closeWindow(id: string) {
74
this.#windows[id]?.window.close();
75
}
76
77
saveWindowState(id: string) {
78
const
win = this.#windows[id];
Callers
1
#onRemoveAssistant
Method · 0.80
Calls
1
close
Method · 0.80
Tested by
no test coverage detected