Mutation returns the ShareMutation object of the builder.
()
| 218 | |
| 219 | // Mutation returns the ShareMutation object of the builder. |
| 220 | func (su *ShareUpdate) Mutation() *ShareMutation { |
| 221 | return su.mutation |
| 222 | } |
| 223 | |
| 224 | // ClearUser clears the "user" edge to the User entity. |
| 225 | func (su *ShareUpdate) ClearUser() *ShareUpdate { |
nothing calls this directly
no outgoing calls
no test coverage detected