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

Method showNamedWindow

src/controller/window-manager.ts:78–80  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

76 }
77
78 showNamedWindow(name: string) {
79 return this.#namedWindows.showWindow(name);
80 }
81
82 showNewAssistantWindowOrError() {
83 const hasCredential = apiManager.getCredentials().length > 0;

Callers 14

guiMainFunction · 0.80
setDashboardShortcutMethod · 0.80
onActivateDashboardMethod · 0.80
#createAPISettingMethod · 0.80
#onSubmitMethod · 0.80
onClickMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
BaseMenuBarClass · 0.80
onClickMethod · 0.80
createAssistantsMenuMethod · 0.80

Calls 1

showWindowMethod · 0.80

Tested by

no test coverage detected