()
| 4327 | } |
| 4328 | var TSPrepareResp_ParameterCount_DEFAULT int32 |
| 4329 | func (p *TSPrepareResp) GetParameterCount() int32 { |
| 4330 | if !p.IsSetParameterCount() { |
| 4331 | return TSPrepareResp_ParameterCount_DEFAULT |
| 4332 | } |
| 4333 | return *p.ParameterCount |
| 4334 | } |
| 4335 | func (p *TSPrepareResp) IsSetStatus() bool { |
| 4336 | return p.Status != nil |
| 4337 | } |
nothing calls this directly
no test coverage detected