()
| 33638 | return p.Success |
| 33639 | } |
| 33640 | func (p *IClientRPCServiceInsertTabletsResult) IsSetSuccess() bool { |
| 33641 | return p.Success != nil |
| 33642 | } |
| 33643 | |
| 33644 | func (p *IClientRPCServiceInsertTabletsResult) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 33645 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected