Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ serialize
Method
serialize
src/controller/window-manager.ts:53–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
serialize(): WindowManagerData {
54
return
{
55
chatWindows: this.#chatWindows.serialize(),
56
windows: this.#namedWindows.serialize(),
57
};
58
}
59
60
showChatWindow(id: string) {
61
return
this.#chatWindows.showWindow(id);
Callers
nothing calls this directly
Calls
1
serialize
Method · 0.65
Tested by
no test coverage detected