MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / IsSetCount

Method IsSetCount

rpc/client.go:17283–17285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17281}
17282
17283func (p *TSQueryTemplateResp) IsSetCount() bool {
17284 return p.Count != nil
17285}
17286
17287func (p *TSQueryTemplateResp) IsSetMeasurements() bool {
17288 return p.Measurements != nil

Callers 2

GetCountMethod · 0.95
writeField4Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected