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

Method GetPrefixes

bitmap/pb.pb.go:4049–4054  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4047var xxx_messageInfo_SubscriptionRequest proto.InternalMessageInfo
4048
4049func (m *SubscriptionRequest) GetPrefixes() [][]byte {
4050 if m != nil {
4051 return m.Prefixes
4052 }
4053 return nil
4054}
4055
4056type SubscriptionResponse struct {
4057 Kvs *pb.KVList `protobuf:"bytes,1,opt,name=kvs,proto3" json:"kvs,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected