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

Method GetCommitTs

bitmap/pb.pb.go:2895–2900  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2893}
2894
2895func (m *PostingList) GetCommitTs() uint64 {
2896 if m != nil {
2897 return m.CommitTs
2898 }
2899 return 0
2900}
2901
2902func (m *PostingList) GetSplits() []uint64 {
2903 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected