()
| 33836 | return p.Success |
| 33837 | } |
| 33838 | func (p *IClientRPCServiceInsertRecordsResult) IsSetSuccess() bool { |
| 33839 | return p.Success != nil |
| 33840 | } |
| 33841 | |
| 33842 | func (p *IClientRPCServiceInsertRecordsResult) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 33843 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected