Mutation returns the ShareMutation object of the builder.
()
| 597 | |
| 598 | // Mutation returns the ShareMutation object of the builder. |
| 599 | func (suo *ShareUpdateOne) Mutation() *ShareMutation { |
| 600 | return suo.mutation |
| 601 | } |
| 602 | |
| 603 | // ClearUser clears the "user" edge to the User entity. |
| 604 | func (suo *ShareUpdateOne) ClearUser() *ShareUpdateOne { |
nothing calls this directly
no outgoing calls
no test coverage detected