()
| 205 | } |
| 206 | |
| 207 | func (m *MainPack) GetActioncode() ActionCode { |
| 208 | if m != nil { |
| 209 | return m.Actioncode |
| 210 | } |
| 211 | return ActionCode_ActionNone |
| 212 | } |
| 213 | |
| 214 | func (m *MainPack) GetReturncode() ReturnCode { |
| 215 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected