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

Class

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

Source from the content-addressed store, hash-verified

263 it('binds multiple services from component', () => {
264 @injectable({scope: BindingScope.SINGLETON})
265 class ServiceA {
266 name = 'a';
267 }
268 @injectable({scope: BindingScope.SINGLETON})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected