Op returns the operation name.
()
| 11178 | |
| 11179 | // Op returns the operation name. |
| 11180 | func (m *SettingMutation) Op() Op { |
| 11181 | return m.op |
| 11182 | } |
| 11183 | |
| 11184 | // SetOp allows setting the mutation operation. |
| 11185 | func (m *SettingMutation) SetOp(op Op) { |
nothing calls this directly
no outgoing calls
no test coverage detected