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

Class OtherService

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

Source from the content-addressed store, hash-verified

341 class MyService {}
342
343 @injectable()
344 class OtherService {}
345
346 const binding = Binding.bind('service1')
347 .toClass(OtherService)

Callers

nothing calls this directly

Calls 1

injectableFunction · 0.90

Tested by

no test coverage detected