MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / GetClient

Method GetClient

inventory/task.go:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85}
86
87func (c *taskClient) GetClient() *ent.Client {
88 return c.client
89}
90
91func (c *taskClient) New(ctx context.Context, task *TaskArgs) (*ent.Task, error) {
92 stm := c.client.Task.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected