MCPcopy 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

840return *p.NeedRetry
841}
842func (p *TSStatus) IsSetMessage() bool {
843 return p.Message != nil
844}
845
846func (p *TSStatus) IsSetSubStatus() bool {
847 return p.SubStatus != nil

Callers 2

GetMessageMethod · 0.95
writeField2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected