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

Method IsSetSuccess

rpc/client.go:28413–28415  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28411return p.Success
28412}
28413func (p *IClientRPCServiceFetchResultsV2Result) IsSetSuccess() bool {
28414 return p.Success != nil
28415}
28416
28417func (p *IClientRPCServiceFetchResultsV2Result) Read(ctx context.Context, iprot thrift.TProtocol) error {
28418 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