MCPcopy Create free account
hub / github.com/chieapp/chie / restoreState

Method restoreState

src/view/chat-window.ts:44–47  ·  view source on GitHub ↗
(state: ChatWindowState)

Source from the content-addressed store, hash-verified

42 }
43
44 restoreState(state: ChatWindowState) {
45 this.chatView.restoreState(state.viewState ?? {});
46 super.restoreState(state);
47 }
48
49 getMainView() {
50 return this.chatView;

Callers 2

getOrCreateWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected