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

Method GetKvs

bitmap/pb.pb.go:4093–4098  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4091var xxx_messageInfo_SubscriptionResponse proto.InternalMessageInfo
4092
4093func (m *SubscriptionResponse) GetKvs() *pb.KVList {
4094 if m != nil {
4095 return m.Kvs
4096 }
4097 return nil
4098}
4099
4100type Num struct {
4101 Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected