()
| 30395 | return p.Success |
| 30396 | } |
| 30397 | func (p *IClientRPCServiceCloseOperationResult) IsSetSuccess() bool { |
| 30398 | return p.Success != nil |
| 30399 | } |
| 30400 | |
| 30401 | func (p *IClientRPCServiceCloseOperationResult) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 30402 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected