Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ saveState
Method
saveState
src/view/chat-window.ts:38–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
saveState(): ChatWindowState {
39
return
Object.assign(super.saveState(), {
40
viewState: this.chatView.saveState(),
41
});
42
}
43
44
restoreState(state: ChatWindowState) {
45
this.chatView.restoreState(state.viewState ?? {});
Callers
1
saveWindowState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected