MCPcopy Create free account
hub / github.com/golang/appengine / GetValue

Method GetValue

internal/base/api_base.pb.go:52–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50var xxx_messageInfo_StringProto proto.InternalMessageInfo
51
52func (m *StringProto) GetValue() string {
53 if m != nil && m.Value != nil {
54 return *m.Value
55 }
56 return ""
57}
58
59type Integer32Proto struct {
60 Value *int32 `protobuf:"varint,1,req,name=value" json:"value,omitempty"`

Callers 1

withContextFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected