Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/loopbackio/loopback-next
/
Class
packages/core/src/__tests__/unit/component.unit.ts:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
it(
'binds providers from component'
, () => {
70
class
MyProvider implements Provider<string> {
71
value() {
72
return
'my-value'
;
73
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected