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

Function NewTaskClient

inventory/task.go:73–75  ·  view source on GitHub ↗
(client *ent.Client, dbType conf.DBType, hasher hashid.Encoder)

Source from the content-addressed store, hash-verified

71)
72
73func NewTaskClient(client *ent.Client, dbType conf.DBType, hasher hashid.Encoder) TaskClient {
74 return &taskClient{client: client, maxSQlParam: sqlParamLimit(dbType), hasher: hasher}
75}
76
77type taskClient struct {
78 maxSQlParam int

Callers 1

TaskClientMethod · 0.92

Calls 1

sqlParamLimitFunction · 0.85

Tested by

no test coverage detected