Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
850
func
(p *TSStatus) IsSetRedirectNode() bool {
851
return
p.RedirectNode != nil
852
}
853
854
func
(p *TSStatus) IsSetNeedRetry() bool {
855
return
p.NeedRetry != nil
Callers
2
GetRedirectNode
Method · 0.95
writeField4
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected