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

Method GetCommitTs

bitmap/pb.pb.go:2705–2710  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2703}
2704
2705func (m *Posting) GetCommitTs() uint64 {
2706 if m != nil {
2707 return m.CommitTs
2708 }
2709 return 0
2710}
2711
2712type UidBlock struct {
2713 Base uint64 `protobuf:"varint,1,opt,name=base,proto3" json:"base,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected