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

Class

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

Source from the content-addressed store, hash-verified

244 it('binds services from component', () => {
245 @injectable({scope: BindingScope.SINGLETON})
246 class MyService {
247 getValue() {
248 return 'service-value';
249 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected