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

Method IsSetSessionId

rpc/client.go:2329–2331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2327}
2328
2329func (p *TSOpenSessionResp) IsSetSessionId() bool {
2330 return p.SessionId != nil
2331}
2332
2333func (p *TSOpenSessionResp) IsSetConfiguration() bool {
2334 return p.Configuration != nil

Callers 2

GetSessionIdMethod · 0.95
writeField3Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected