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

Method IsSetSuccess

rpc/client.go:33640–33642  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33638return p.Success
33639}
33640func (p *IClientRPCServiceInsertTabletsResult) IsSetSuccess() bool {
33641 return p.Success != nil
33642}
33643
33644func (p *IClientRPCServiceInsertTabletsResult) Read(ctx context.Context, iprot thrift.TProtocol) error {
33645 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