MCPcopy Create free account
hub / github.com/cloud-native-go/examples / GetKey

Method GetKey

ch08/grpc/keyvalue/keyvalue.pb.go:186–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184}
185
186func (x *PutRequest) GetKey() string {
187 if x != nil {
188 return x.Key
189 }
190 return ""
191}
192
193func (x *PutRequest) GetValue() string {
194 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected