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

Method GetSuccess

rpc/client.go:31950–31955  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31948
31949var IClientRPCServiceCreateTimeseriesResult_Success_DEFAULT *common.TSStatus
31950func (p *IClientRPCServiceCreateTimeseriesResult) GetSuccess() *common.TSStatus {
31951 if !p.IsSetSuccess() {
31952 return IClientRPCServiceCreateTimeseriesResult_Success_DEFAULT
31953 }
31954return p.Success
31955}
31956func (p *IClientRPCServiceCreateTimeseriesResult) IsSetSuccess() bool {
31957 return p.Success != nil
31958}

Callers 1

CreateTimeseriesMethod · 0.95

Calls 1

IsSetSuccessMethod · 0.95

Tested by

no test coverage detected