()
| 3409 | } |
| 3410 | |
| 3411 | func (x *ServerResp) GetStatus() RespCode { |
| 3412 | if x != nil { |
| 3413 | return x.Status |
| 3414 | } |
| 3415 | return RespCode_CONTINUE |
| 3416 | } |
| 3417 | |
| 3418 | func (x *ServerResp) GetSrvmsg() *ServerMsg { |
| 3419 | if x != nil { |
no outgoing calls
no test coverage detected