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

Method GetSuccess

rpc/client.go:33832–33837  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33830
33831var IClientRPCServiceInsertRecordsResult_Success_DEFAULT *common.TSStatus
33832func (p *IClientRPCServiceInsertRecordsResult) GetSuccess() *common.TSStatus {
33833 if !p.IsSetSuccess() {
33834 return IClientRPCServiceInsertRecordsResult_Success_DEFAULT
33835 }
33836return p.Success
33837}
33838func (p *IClientRPCServiceInsertRecordsResult) IsSetSuccess() bool {
33839 return p.Success != nil
33840}

Callers 1

InsertRecordsMethod · 0.95

Calls 1

IsSetSuccessMethod · 0.95

Tested by

no test coverage detected