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

Method IsSetSuccess

rpc/client.go:31758–31760  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31756return p.Success
31757}
31758func (p *IClientRPCServiceSetStorageGroupResult) IsSetSuccess() bool {
31759 return p.Success != nil
31760}
31761
31762func (p *IClientRPCServiceSetStorageGroupResult) Read(ctx context.Context, iprot thrift.TProtocol) error {
31763 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