Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
33
func
(m *GetRequest) GetKey() string {
34
if
m != nil && m.Key != nil {
35
return
*m.Key
36
}
37
return
""
38
}
39
40
type
GetResponse
struct
{
41
Value []byte `protobuf:
"bytes,1,opt,name=value"
json:
"value,omitempty"
`
Callers
2
Get
Method · 0.80
Get
Method · 0.80
Calls
no outgoing calls
Tested by
1
Get
Method · 0.64