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

Method QueryUser

ent/task.go:177–179  ·  view source on GitHub ↗

QueryUser queries the "user" edge of the Task entity.

()

Source from the content-addressed store, hash-verified

175
176// QueryUser queries the "user" edge of the Task entity.
177func (t *Task) QueryUser() *UserQuery {
178 return NewTaskClient(t.config).QueryUser(t)
179}
180
181// Update returns a builder for updating this Task.
182// Note that you need to call Task.Unwrap() before calling this method if this Task

Callers

nothing calls this directly

Calls 1

NewTaskClientFunction · 0.70

Tested by

no test coverage detected