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

Struct fileClient

inventory/file.go:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245type fileClient struct {
246 maxSQlParam int
247 client *ent.Client
248 hasher hashid.Encoder
249}
250
251func (c *fileClient) SetClient(newClient *ent.Client) TxOperator {
252 return &fileClient{client: newClient, maxSQlParam: c.maxSQlParam, hasher: c.hasher}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected