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

Method GetCache

bitmap/pb.pb.go:617–622  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

615}
616
617func (m *Query) GetCache() int32 {
618 if m != nil {
619 return m.Cache
620 }
621 return 0
622}
623
624func (m *Query) GetFirst() int32 {
625 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected