SetUserTasks sets the "user_tasks" field.
(i int)
| 123 | |
| 124 | // SetUserTasks sets the "user_tasks" field. |
| 125 | func (tc *TaskCreate) SetUserTasks(i int) *TaskCreate { |
| 126 | tc.mutation.SetUserTasks(i) |
| 127 | return tc |
| 128 | } |
| 129 | |
| 130 | // SetNillableUserTasks sets the "user_tasks" field if the given value is not nil. |
| 131 | func (tc *TaskCreate) SetNillableUserTasks(i *int) *TaskCreate { |
no outgoing calls
no test coverage detected