PropsCleared returns if the "props" field was cleared in this mutation.
()
| 11989 | |
| 11990 | // PropsCleared returns if the "props" field was cleared in this mutation. |
| 11991 | func (m *ShareMutation) PropsCleared() bool { |
| 11992 | _, ok := m.clearedFields[share.FieldProps] |
| 11993 | return ok |
| 11994 | } |
| 11995 | |
| 11996 | // ResetProps resets all changes to the "props" field. |
| 11997 | func (m *ShareMutation) ResetProps() { |
nothing calls this directly
no outgoing calls
no test coverage detected