PasswordCleared returns if the "password" field was cleared in this mutation.
()
| 11709 | |
| 11710 | // PasswordCleared returns if the "password" field was cleared in this mutation. |
| 11711 | func (m *ShareMutation) PasswordCleared() bool { |
| 11712 | _, ok := m.clearedFields[share.FieldPassword] |
| 11713 | return ok |
| 11714 | } |
| 11715 | |
| 11716 | // ResetPassword resets all changes to the "password" field. |
| 11717 | func (m *ShareMutation) ResetPassword() { |
nothing calls this directly
no outgoing calls
no test coverage detected