MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / MyController

Class MyController

packages/core/src/__tests__/unit/service.unit.ts:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 class MyController {
40 constructor(
41 @service(MyService)
42 public myService: MyService,
43 ) {}
44 }
45
46 ctx
47 .bind('services.MyService')

Callers

nothing calls this directly

Calls 1

serviceFunction · 0.85

Tested by

no test coverage detected