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

Class ConfigProvider

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

Source from the content-addressed store, hash-verified

598 }
599
600 @injectable()
601 class ConfigProvider implements Provider<Config> {
602 value() {
603 return {apiKey: 'secret-key'};
604 }
605 }
606
607 class MyController {
608 constructor(

Callers

nothing calls this directly

Calls 1

injectableFunction · 0.90

Tested by

no test coverage detected