Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ getServiceSelections
Method
getServiceSelections
src/controller/service-manager.ts:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
getServiceSelections(): Selection[] {
57
return
Object.keys(this.#services).map(k => ({name: k, value: this.#services[k]})).sort(sortByPriority);
58
}
59
60
getServiceByName(name: string) {
61
return
this.#services[name];
Callers
1
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected