()
| 3737 | } |
| 3738 | |
| 3739 | func (m *MovePredicatePayload) GetDestGid() uint32 { |
| 3740 | if m != nil { |
| 3741 | return m.DestGid |
| 3742 | } |
| 3743 | return 0 |
| 3744 | } |
| 3745 | |
| 3746 | func (m *MovePredicatePayload) GetTxnTs() uint64 { |
| 3747 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected