Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
func
(*GetRequest) ProtoMessage() {}
25
26
func
(m *GetRequest) GetGroup() string {
27
if
m != nil && m.Group != nil {
28
return
*m.Group
29
}
30
return
""
31
}
32
33
func
(m *GetRequest) GetKey() string {
34
if
m != nil && m.Key != nil {
Callers
1
Get
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected