Mutation returns the SettingMutation object of the builder.
()
| 90 | |
| 91 | // Mutation returns the SettingMutation object of the builder. |
| 92 | func (su *SettingUpdate) Mutation() *SettingMutation { |
| 93 | return su.mutation |
| 94 | } |
| 95 | |
| 96 | // Save executes the query and returns the number of nodes affected by the update operation. |
| 97 | func (su *SettingUpdate) Save(ctx context.Context) (int, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected