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

Method GetSuccess

rpc/client.go:33634–33639  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33632
33633var IClientRPCServiceInsertTabletsResult_Success_DEFAULT *common.TSStatus
33634func (p *IClientRPCServiceInsertTabletsResult) GetSuccess() *common.TSStatus {
33635 if !p.IsSetSuccess() {
33636 return IClientRPCServiceInsertTabletsResult_Success_DEFAULT
33637 }
33638return p.Success
33639}
33640func (p *IClientRPCServiceInsertTabletsResult) IsSetSuccess() bool {
33641 return p.Success != nil
33642}

Callers 1

InsertTabletsMethod · 0.95

Calls 1

IsSetSuccessMethod · 0.95

Tested by

no test coverage detected