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

Method IsSetSuccess

rpc/client.go:28613–28615  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28611return p.Success
28612}
28613func (p *IClientRPCServiceOpenSessionResult) IsSetSuccess() bool {
28614 return p.Success != nil
28615}
28616
28617func (p *IClientRPCServiceOpenSessionResult) Read(ctx context.Context, iprot thrift.TProtocol) error {
28618 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