MCPcopy Create free account
hub / github.com/chieapp/chie / getRegisteredServices

Method getRegisteredServices

src/controller/service-manager.ts:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 getRegisteredServices() {
53 return Object.values(this.#services);
54 }
55
56 getServiceSelections(): Selection[] {
57 return Object.keys(this.#services).map(k => ({name: k, value: this.#services[k]})).sort(sortByPriority);

Callers 2

#updateSwitchButtonMethod · 0.80
#onSubmitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected