Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
showNewAssistantWindowOrError
Method · 0.95
guiMain
Function · 0.80
setDashboardShortcut
Method · 0.80
onActivateDashboard
Method · 0.80
#createAPISetting
Method · 0.80
#onSubmit
Method · 0.80
onClick
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
BaseMenuBar
Class · 0.80
onClick
Method · 0.80
createAssistantsMenu
Method · 0.80
Calls
1
showWindow
Method · 0.80
Tested by
no test coverage detected