Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ IsSetSubStatus
Method
IsSetSubStatus
common/common.go:846–848 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
844
}
845
846
func
(p *TSStatus) IsSetSubStatus() bool {
847
return
p.SubStatus != nil
848
}
849
850
func
(p *TSStatus) IsSetRedirectNode() bool {
851
return
p.RedirectNode != nil
Callers
1
writeField3
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected