Mutation returns the SettingMutation object of the builder.
()
| 244 | |
| 245 | // Mutation returns the SettingMutation object of the builder. |
| 246 | func (suo *SettingUpdateOne) Mutation() *SettingMutation { |
| 247 | return suo.mutation |
| 248 | } |
| 249 | |
| 250 | // Where appends a list predicates to the SettingUpdate builder. |
| 251 | func (suo *SettingUpdateOne) Where(ps ...predicate.Setting) *SettingUpdateOne { |
nothing calls this directly
no outgoing calls
no test coverage detected