()
| 28611 | return p.Success |
| 28612 | } |
| 28613 | func (p *IClientRPCServiceOpenSessionResult) IsSetSuccess() bool { |
| 28614 | return p.Success != nil |
| 28615 | } |
| 28616 | |
| 28617 | func (p *IClientRPCServiceOpenSessionResult) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 28618 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected