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

Method GetPostings

bitmap/pb.pb.go:2888–2893  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2886}
2887
2888func (m *PostingList) GetPostings() []*Posting {
2889 if m != nil {
2890 return m.Postings
2891 }
2892 return nil
2893}
2894
2895func (m *PostingList) GetCommitTs() uint64 {
2896 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected