()
| 33044 | return p.Success |
| 33045 | } |
| 33046 | func (p *IClientRPCServiceInsertRecordResult) IsSetSuccess() bool { |
| 33047 | return p.Success != nil |
| 33048 | } |
| 33049 | |
| 33050 | func (p *IClientRPCServiceInsertRecordResult) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 33051 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected