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

Method GetCommitTs

bitmap/pb.pb.go:4863–4868  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4861}
4862
4863func (m *BackupPostingList) GetCommitTs() uint64 {
4864 if m != nil {
4865 return m.CommitTs
4866 }
4867 return 0
4868}
4869
4870func (m *BackupPostingList) GetSplits() []uint64 {
4871 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected