MCPcopy Create free account
hub / github.com/loopbackio/loopback-next /

Class

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

Source from the content-addressed store, hash-verified

31 it('injects a service by class', async () => {
32 @injectable({scope: BindingScope.SINGLETON})
33 class MyService {
34 getValue() {
35 return 'my-value';
36 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected