MCPcopy 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

unregisterAPIMethod · 0.95
cliMainFunction · 0.80
listFunction · 0.80
updateMethod · 0.80
#onSubmitMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected