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

Method IsSetRedirectNode

common/common.go:850–852  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

848}
849
850func (p *TSStatus) IsSetRedirectNode() bool {
851 return p.RedirectNode != nil
852}
853
854func (p *TSStatus) IsSetNeedRetry() bool {
855 return p.NeedRetry != nil

Callers 2

GetRedirectNodeMethod · 0.95
writeField4Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected