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

Method IsSetSuccess

rpc/client.go:33046–33048  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33044return p.Success
33045}
33046func (p *IClientRPCServiceInsertRecordResult) IsSetSuccess() bool {
33047 return p.Success != nil
33048}
33049
33050func (p *IClientRPCServiceInsertRecordResult) Read(ctx context.Context, iprot thrift.TProtocol) error {
33051 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