Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/loopbackio/loopback-next
/ ProviderB
Class
ProviderB
packages/core/src/__tests__/unit/component.unit.ts:95–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
}
95
class
ProviderB implements Provider<string> {
96
value() {
97
return
'b'
;
98
}
99
}
100
101
const
component: Component = {
102
providers: {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected