MCPcopy
hub / github.com/thinkjs/thinkjs / service

Method service

index.d.ts:496–496  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

494 Service: Service;
495
496 service(name: string): any;
497 service(name: string, ...args: any[]): any;
498 service(name: string, m: any, ...args: any[]): any;
499 beforeStartServer(fn: Function): Promise<any>;

Callers 4

serviceFunction · 0.65
serviceFunction · 0.65
controller.jsFile · 0.65
context.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected