MCPcopy 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
846func (p *TSStatus) IsSetSubStatus() bool {
847 return p.SubStatus != nil
848}
849
850func (p *TSStatus) IsSetRedirectNode() bool {
851 return p.RedirectNode != nil

Callers 1

writeField3Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected