MCPcopy Create free account
hub / github.com/golang/groupcache / GetGroup

Method GetGroup

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

Source from the content-addressed store, hash-verified

24func (*GetRequest) ProtoMessage() {}
25
26func (m *GetRequest) GetGroup() string {
27 if m != nil && m.Group != nil {
28 return *m.Group
29 }
30 return ""
31}
32
33func (m *GetRequest) GetKey() string {
34 if m != nil && m.Key != nil {

Callers 1

GetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected