MCPcopy
hub / github.com/cloudreve/cloudreve / TaskClient

Method TaskClient

application/dependency/dependency.go:815–821  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

813}
814
815func (d *dependency) TaskClient() inventory.TaskClient {
816 if d.taskClient != nil {
817 return d.taskClient
818 }
819
820 return inventory.NewTaskClient(d.DBClient(), d.ConfigProvider().Database().Type, d.HashIDEncoder())
821}
822
823func (d *dependency) DavAccountClient() inventory.DavAccountClient {
824 if d.davAccountClient != nil {

Callers 5

ThumbQueueMethod · 0.95
MediaMetaQueueMethod · 0.95
IoIntenseQueueMethod · 0.95
RemoteDownloadQueueMethod · 0.95
EntityRecycleQueueMethod · 0.95

Calls 5

DBClientMethod · 0.95
ConfigProviderMethod · 0.95
HashIDEncoderMethod · 0.95
NewTaskClientFunction · 0.92
DatabaseMethod · 0.65

Tested by

no test coverage detected