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

Method IsSetSuccess

rpc/client.go:31956–31958  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31954return p.Success
31955}
31956func (p *IClientRPCServiceCreateTimeseriesResult) IsSetSuccess() bool {
31957 return p.Success != nil
31958}
31959
31960func (p *IClientRPCServiceCreateTimeseriesResult) Read(ctx context.Context, iprot thrift.TProtocol) error {
31961 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