MCPcopy Index your code
hub / github.com/cloudreve/cloudreve / UserClient

Method UserClient

application/dependency/dependency.go:497–503  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

495}
496
497func (d *dependency) UserClient() inventory.UserClient {
498 if d.userClient != nil {
499 return d.userClient
500 }
501
502 return inventory.NewUserClient(d.DBClient())
503}
504
505func (d *dependency) GroupClient() inventory.GroupClient {
506 if d.groupClient != nil {

Callers 2

EventHubMethod · 0.95
TokenAuthMethod · 0.95

Calls 2

DBClientMethod · 0.95
NewUserClientFunction · 0.92

Tested by

no test coverage detected