Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ getCredentialSelections
Method
getCredentialSelections
src/controller/api-manager.ts:131–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
}
130
131
getCredentialSelections(): Selection[] {
132
return
Object.values(this.#credentials).map(v => ({name: v.name, value: v}));
133
}
134
}
135
136
export
default
new
APIManager;
Callers
1
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected