()
| 31954 | return p.Success |
| 31955 | } |
| 31956 | func (p *IClientRPCServiceCreateTimeseriesResult) IsSetSuccess() bool { |
| 31957 | return p.Success != nil |
| 31958 | } |
| 31959 | |
| 31960 | func (p *IClientRPCServiceCreateTimeseriesResult) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 31961 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected