MCPcopy
hub / github.com/loopbackio/loopback-next / ProviderA

Class ProviderA

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

Source from the content-addressed store, hash-verified

88
89 it('binds multiple providers from component', () => {
90 class ProviderA implements Provider<string> {
91 value() {
92 return 'a';
93 }
94 }
95 class ProviderB implements Provider<string> {
96 value() {
97 return 'b';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected