()
| 3730 | } |
| 3731 | |
| 3732 | func (m *MovePredicatePayload) GetSourceGid() uint32 { |
| 3733 | if m != nil { |
| 3734 | return m.SourceGid |
| 3735 | } |
| 3736 | return 0 |
| 3737 | } |
| 3738 | |
| 3739 | func (m *MovePredicatePayload) GetDestGid() uint32 { |
| 3740 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected