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

Method IsSetPassword

rpc/client.go:2614–2616  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2612 return p.Configuration
2613}
2614func (p *TSOpenSessionReq) IsSetPassword() bool {
2615 return p.Password != nil
2616}
2617
2618func (p *TSOpenSessionReq) IsSetConfiguration() bool {
2619 return p.Configuration != nil

Callers 2

GetPasswordMethod · 0.95
writeField4Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected