Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ showChatWindow
Method
showChatWindow
src/controller/window-manager.ts:60–62 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
58
}
59
60
showChatWindow(id: string) {
61
return
this.#chatWindows.showWindow(id);
62
}
63
64
registerNamedWindow(name: string, windowType: NamedWindowType) {
65
if
(name in this.#registeredWindows)
Callers
4
onActivate
Method · 0.80
constructor
Method · 0.80
#onContextMenu
Method · 0.80
createAssistantsMenu
Method · 0.80
Calls
1
showWindow
Method · 0.80
Tested by
no test coverage detected