Mutation returns the TaskMutation object of the builder.
()
| 421 | |
| 422 | // Mutation returns the TaskMutation object of the builder. |
| 423 | func (tuo *TaskUpdateOne) Mutation() *TaskMutation { |
| 424 | return tuo.mutation |
| 425 | } |
| 426 | |
| 427 | // ClearUser clears the "user" edge to the User entity. |
| 428 | func (tuo *TaskUpdateOne) ClearUser() *TaskUpdateOne { |
nothing calls this directly
no outgoing calls
no test coverage detected