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

Method QueryTasks

ent/user.go:311–313  ·  view source on GitHub ↗

QueryTasks queries the "tasks" edge of the User entity.

()

Source from the content-addressed store, hash-verified

309
310// QueryTasks queries the "tasks" edge of the User entity.
311func (u *User) QueryTasks() *TaskQuery {
312 return NewUserClient(u.config).QueryTasks(u)
313}
314
315// QueryFsevents queries the "fsevents" edge of the User entity.
316func (u *User) QueryFsevents() *FsEventQuery {

Callers

nothing calls this directly

Calls 1

NewUserClientFunction · 0.70

Tested by

no test coverage detected