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

Method GetList

bitmap/pb.pb.go:804–809  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

802}
803
804func (m *Result) GetList() bool {
805 if m != nil {
806 return m.List
807 }
808 return false
809}
810
811type Order struct {
812 Attr string `protobuf:"bytes,1,opt,name=attr,proto3" json:"attr,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected