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

Method GetAfterUid

bitmap/pb.pb.go:554–559  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

552}
553
554func (m *Query) GetAfterUid() uint64 {
555 if m != nil {
556 return m.AfterUid
557 }
558 return 0
559}
560
561func (m *Query) GetDoCount() bool {
562 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected