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

Method GetNeedRetry

common/common.go:836–841  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

834}
835var TSStatus_NeedRetry_DEFAULT bool
836func (p *TSStatus) GetNeedRetry() bool {
837 if !p.IsSetNeedRetry() {
838 return TSStatus_NeedRetry_DEFAULT
839 }
840return *p.NeedRetry
841}
842func (p *TSStatus) IsSetMessage() bool {
843 return p.Message != nil
844}

Callers

nothing calls this directly

Calls 1

IsSetNeedRetryMethod · 0.95

Tested by

no test coverage detected