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

Method GetExpandAll

bitmap/pb.pb.go:603–608  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

601}
602
603func (m *Query) GetExpandAll() bool {
604 if m != nil {
605 return m.ExpandAll
606 }
607 return false
608}
609
610func (m *Query) GetReadTs() uint64 {
611 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected