()
| 321 | var xxx_messageInfo_KeyValue proto.InternalMessageInfo |
| 322 | |
| 323 | func (m *KeyValue) GetKey() string { |
| 324 | if m != nil { |
| 325 | return m.Key |
| 326 | } |
| 327 | return "" |
| 328 | } |
| 329 | |
| 330 | func (m *KeyValue) GetValue() *AnyValue { |
| 331 | if m != nil { |
no outgoing calls
no test coverage detected