MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / GetCommitTs

Method GetCommitTs

bitmap/pb.pb.go:3805–3810  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected