Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/iotdb-client-go
/ IsSetMessage
Method
IsSetMessage
common/common.go:842–844 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
840
return
*p.NeedRetry
841
}
842
func
(p *TSStatus) IsSetMessage() bool {
843
return
p.Message != nil
844
}
845
846
func
(p *TSStatus) IsSetSubStatus() bool {
847
return
p.SubStatus != nil
Callers
2
GetMessage
Method · 0.95
writeField2
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected