MCPcopy
hub / github.com/cloudreve/cloudreve / taskClient

Struct taskClient

inventory/task.go:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77type taskClient struct {
78 maxSQlParam int
79 hasher hashid.Encoder
80 client *ent.Client
81}
82
83func (c *taskClient) SetClient(newClient *ent.Client) TxOperator {
84 return &taskClient{client: newClient, maxSQlParam: c.maxSQlParam, hasher: c.hasher}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected