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

Method GetPostings

bitmap/pb.pb.go:4856–4861  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4854}
4855
4856func (m *BackupPostingList) GetPostings() []*Posting {
4857 if m != nil {
4858 return m.Postings
4859 }
4860 return nil
4861}
4862
4863func (m *BackupPostingList) GetCommitTs() uint64 {
4864 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected