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

Method getServiceByName

src/controller/service-manager.ts:60–62  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

58 }
59
60 getServiceByName(name: string) {
61 return this.#services[name];
62 }
63
64 registerView(viewClass: BaseViewType) {
65 if (!Object.prototype.isPrototypeOf.call(BaseView, viewClass))

Callers 2

deserializeMethod · 0.80
createAssistantMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected