()
| 198 | var xxx_messageInfo_MainPack proto.InternalMessageInfo |
| 199 | |
| 200 | func (m *MainPack) GetRequestcode() RequestCode { |
| 201 | if m != nil { |
| 202 | return m.Requestcode |
| 203 | } |
| 204 | return RequestCode_RequestNone |
| 205 | } |
| 206 | |
| 207 | func (m *MainPack) GetActioncode() ActionCode { |
| 208 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected