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

Method GetSuccess

rpc/client.go:28807–28812  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28805
28806var IClientRPCServiceCloseSessionResult_Success_DEFAULT *common.TSStatus
28807func (p *IClientRPCServiceCloseSessionResult) GetSuccess() *common.TSStatus {
28808 if !p.IsSetSuccess() {
28809 return IClientRPCServiceCloseSessionResult_Success_DEFAULT
28810 }
28811return p.Success
28812}
28813func (p *IClientRPCServiceCloseSessionResult) IsSetSuccess() bool {
28814 return p.Success != nil
28815}

Callers 1

CloseSessionMethod · 0.95

Calls 1

IsSetSuccessMethod · 0.95

Tested by

no test coverage detected