MCPcopy Index your code
hub / github.com/golang/groupcache / GetKey

Method GetKey

groupcachepb/groupcache.pb.go:33–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (m *GetRequest) GetKey() string {
34 if m != nil && m.Key != nil {
35 return *m.Key
36 }
37 return ""
38}
39
40type GetResponse struct {
41 Value []byte `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`

Callers 2

GetMethod · 0.80
GetMethod · 0.80

Calls

no outgoing calls

Tested by 1

GetMethod · 0.64