MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / IsSetSuccess

Method IsSetSuccess

rpc/client.go:30397–30399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

GetSuccessMethod · 0.95
writeField0Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected