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

Method GetSuccess

rpc/client.go:31752–31757  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31750
31751var IClientRPCServiceSetStorageGroupResult_Success_DEFAULT *common.TSStatus
31752func (p *IClientRPCServiceSetStorageGroupResult) GetSuccess() *common.TSStatus {
31753 if !p.IsSetSuccess() {
31754 return IClientRPCServiceSetStorageGroupResult_Success_DEFAULT
31755 }
31756return p.Success
31757}
31758func (p *IClientRPCServiceSetStorageGroupResult) IsSetSuccess() bool {
31759 return p.Success != nil
31760}

Callers 1

SetStorageGroupMethod · 0.95

Calls 1

IsSetSuccessMethod · 0.95

Tested by

no test coverage detected