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

Method GetDoCount

bitmap/pb.pb.go:561–566  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

559}
560
561func (m *Query) GetDoCount() bool {
562 if m != nil {
563 return m.DoCount
564 }
565 return false
566}
567
568func (m *Query) GetUidList() *List {
569 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected