QueryTasks queries the "tasks" edge of the User entity.
()
| 309 | |
| 310 | // QueryTasks queries the "tasks" edge of the User entity. |
| 311 | func (u *User) QueryTasks() *TaskQuery { |
| 312 | return NewUserClient(u.config).QueryTasks(u) |
| 313 | } |
| 314 | |
| 315 | // QueryFsevents queries the "fsevents" edge of the User entity. |
| 316 | func (u *User) QueryFsevents() *FsEventQuery { |
nothing calls this directly
no test coverage detected