SetIsValidated sets the "isValidated" field.
(b bool)
| 9251 | |
| 9252 | // SetIsValidated sets the "isValidated" field. |
| 9253 | func (m *MachineMutation) SetIsValidated(b bool) { |
| 9254 | m.isValidated = &b |
| 9255 | } |
| 9256 | |
| 9257 | // IsValidated returns the value of the "isValidated" field in the mutation. |
| 9258 | func (m *MachineMutation) IsValidated() (r bool, exists bool) { |
no outgoing calls
no test coverage detected