()
| 5386 | } |
| 5387 | var TSFetchResultsResp_MoreData_DEFAULT bool |
| 5388 | func (p *TSFetchResultsResp) GetMoreData() bool { |
| 5389 | if !p.IsSetMoreData() { |
| 5390 | return TSFetchResultsResp_MoreData_DEFAULT |
| 5391 | } |
| 5392 | return *p.MoreData |
| 5393 | } |
| 5394 | func (p *TSFetchResultsResp) IsSetStatus() bool { |
| 5395 | return p.Status != nil |
| 5396 | } |
nothing calls this directly
no test coverage detected