()
| 3751 | } |
| 3752 | |
| 3753 | func (m *MovePredicatePayload) GetExpectedChecksum() uint64 { |
| 3754 | if m != nil { |
| 3755 | return m.ExpectedChecksum |
| 3756 | } |
| 3757 | return 0 |
| 3758 | } |
| 3759 | |
| 3760 | type TxnStatus struct { |
| 3761 | StartTs uint64 `protobuf:"varint,1,opt,name=start_ts,json=startTs,proto3" json:"start_ts,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected