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

Method IsSetNeedRetry

common/common.go:854–856  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

852}
853
854func (p *TSStatus) IsSetNeedRetry() bool {
855 return p.NeedRetry != nil
856}
857
858func (p *TSStatus) Read(ctx context.Context, iprot thrift.TProtocol) error {
859 if _, err := iprot.ReadStructBegin(ctx); err != nil {

Callers 2

GetNeedRetryMethod · 0.95
writeField5Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected