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

Class

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

Source from the content-addressed store, hash-verified

552 it('service with dependencies', async () => {
553 @injectable({scope: BindingScope.SINGLETON})
554 class DatabaseService {
555 query() {
556 return ['data1', 'data2'];
557 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected