Op returns the operation name.
()
| 12094 | |
| 12095 | // Op returns the operation name. |
| 12096 | func (m *ShareMutation) Op() Op { |
| 12097 | return m.op |
| 12098 | } |
| 12099 | |
| 12100 | // SetOp allows setting the mutation operation. |
| 12101 | func (m *ShareMutation) SetOp(op Op) { |
nothing calls this directly
no outgoing calls
no test coverage detected