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

Method GetPredicates

bitmap/pb.pb.go:4448–4453  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4446}
4447
4448func (m *BackupRequest) GetPredicates() []string {
4449 if m != nil {
4450 return m.Predicates
4451 }
4452 return nil
4453}
4454
4455type BackupResponse struct {
4456 DropOperations []*DropOperation `protobuf:"bytes,1,rep,name=drop_operations,json=dropOperations,proto3" json:"drop_operations,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected