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

Method GetResult_

rpc/client.go:17257–17262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17255}
17256var TSQueryTemplateResp_Result__DEFAULT bool
17257func (p *TSQueryTemplateResp) GetResult_() bool {
17258 if !p.IsSetResult_() {
17259 return TSQueryTemplateResp_Result__DEFAULT
17260 }
17261return *p.Result_
17262}
17263var TSQueryTemplateResp_Count_DEFAULT int32
17264func (p *TSQueryTemplateResp) GetCount() int32 {
17265 if !p.IsSetCount() {

Callers

nothing calls this directly

Calls 1

IsSetResult_Method · 0.95

Tested by

no test coverage detected