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

Method IsSetSuccess

rpc/client.go:36016–36018  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36014return p.Success
36015}
36016func (p *IClientRPCServiceDeleteDataResult) IsSetSuccess() bool {
36017 return p.Success != nil
36018}
36019
36020func (p *IClientRPCServiceDeleteDataResult) Read(ctx context.Context, iprot thrift.TProtocol) error {
36021 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