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

Method IsSetConfiguration

rpc/client.go:2333–2335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2331}
2332
2333func (p *TSOpenSessionResp) IsSetConfiguration() bool {
2334 return p.Configuration != nil
2335}
2336
2337func (p *TSOpenSessionResp) Read(ctx context.Context, iprot thrift.TProtocol) error {
2338 if _, err := iprot.ReadStructBegin(ctx); err != nil {

Callers 1

writeField4Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected