Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ saveWindowStates
Method
saveWindowStates
src/model/window-store.ts:92–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
saveWindowStates() {
93
for
(
const
id in this.#windows)
94
this.saveWindowState(id);
95
return
this.#windowStates;
96
}
97
}
Callers
1
quit
Method · 0.80
Calls
1
saveWindowState
Method · 0.95
Tested by
no test coverage detected