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

Method GroupClient

application/dependency/dependency.go:505–511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

503}
504
505func (d *dependency) GroupClient() inventory.GroupClient {
506 if d.groupClient != nil {
507 return d.groupClient
508 }
509
510 return inventory.NewGroupClient(d.DBClient(), d.ConfigProvider().Database().Type, d.KV())
511}
512
513func (d *dependency) NodeClient() inventory.NodeClient {
514 if d.nodeClient != nil {

Callers

nothing calls this directly

Calls 5

DBClientMethod · 0.95
ConfigProviderMethod · 0.95
KVMethod · 0.95
NewGroupClientFunction · 0.92
DatabaseMethod · 0.65

Tested by

no test coverage detected