()
| 28411 | return p.Success |
| 28412 | } |
| 28413 | func (p *IClientRPCServiceFetchResultsV2Result) IsSetSuccess() bool { |
| 28414 | return p.Success != nil |
| 28415 | } |
| 28416 | |
| 28417 | func (p *IClientRPCServiceFetchResultsV2Result) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 28418 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected