Mutation returns the TaskMutation object of the builder.
()
| 151 | |
| 152 | // Mutation returns the TaskMutation object of the builder. |
| 153 | func (tu *TaskUpdate) Mutation() *TaskMutation { |
| 154 | return tu.mutation |
| 155 | } |
| 156 | |
| 157 | // ClearUser clears the "user" edge to the User entity. |
| 158 | func (tu *TaskUpdate) ClearUser() *TaskUpdate { |
nothing calls this directly
no outgoing calls
no test coverage detected