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

Method GetDropOperations

bitmap/pb.pb.go:4492–4497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4490var xxx_messageInfo_BackupResponse proto.InternalMessageInfo
4491
4492func (m *BackupResponse) GetDropOperations() []*DropOperation {
4493 if m != nil {
4494 return m.DropOperations
4495 }
4496 return nil
4497}
4498
4499type DropOperation struct {
4500 DropOp DropOperation_DropOp `protobuf:"varint,1,opt,name=drop_op,json=dropOp,proto3,enum=pb.DropOperation_DropOp" json:"drop_op,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected