()
| 3803 | } |
| 3804 | |
| 3805 | func (m *TxnStatus) GetCommitTs() uint64 { |
| 3806 | if m != nil { |
| 3807 | return m.CommitTs |
| 3808 | } |
| 3809 | return 0 |
| 3810 | } |
| 3811 | |
| 3812 | type OracleDelta struct { |
| 3813 | Txns []*TxnStatus `protobuf:"bytes,1,rep,name=txns,proto3" json:"txns,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected