()
| 4319 | var xxx_messageInfo_Status proto.InternalMessageInfo |
| 4320 | |
| 4321 | func (m *Status) GetCode() int32 { |
| 4322 | if m != nil { |
| 4323 | return m.Code |
| 4324 | } |
| 4325 | return 0 |
| 4326 | } |
| 4327 | |
| 4328 | func (m *Status) GetMsg() string { |
| 4329 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected