Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ removeWindowState
Method
removeWindowState
src/model/window-store.ts:88–90 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
86
}
87
88
removeWindowState(id: string) {
89
delete this.#windowStates[id];
90
}
91
92
saveWindowStates() {
93
for
(
const
id in this.#windows)
Callers
2
saveWindowState
Method · 0.95
#onRemoveAssistant
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected