Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/loopbackio/loopback-next
/
Class
packages/core/src/__tests__/unit/service.unit.ts:561–561 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
559
560
@injectable({scope: BindingScope.SINGLETON})
561
class
UserService {
562
constructor(
563
@service(DatabaseService)
564
private db: DatabaseService,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected