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

Method IsSetSuccess

rpc/client.go:33838–33840  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33836return p.Success
33837}
33838func (p *IClientRPCServiceInsertRecordsResult) IsSetSuccess() bool {
33839 return p.Success != nil
33840}
33841
33842func (p *IClientRPCServiceInsertRecordsResult) Read(ctx context.Context, iprot thrift.TProtocol) error {
33843 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