MCPcopy 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

onActivateMethod · 0.80
constructorMethod · 0.80
#onContextMenuMethod · 0.80
createAssistantsMenuMethod · 0.80

Calls 1

showWindowMethod · 0.80

Tested by

no test coverage detected