Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ getCredentials
Method
getCredentials
src/controller/api-manager.ts:115–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
getCredentials() {
116
return
Object.values(this.#credentials);
117
}
118
119
getCredentialById(id: string) {
120
if
(!(id in this.#credentials))
Callers
8
unregisterAPI
Method · 0.95
assistant-manager-test.ts
File · 0.80
cliMain
Function · 0.80
list
Function · 0.80
showNewAssistantWindowOrError
Method · 0.80
update
Method · 0.80
#onSubmit
Method · 0.80
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected