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

Method IsSetSuccess

rpc/client.go:28813–28815  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28811return p.Success
28812}
28813func (p *IClientRPCServiceCloseSessionResult) IsSetSuccess() bool {
28814 return p.Success != nil
28815}
28816
28817func (p *IClientRPCServiceCloseSessionResult) Read(ctx context.Context, iprot thrift.TProtocol) error {
28818 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