MCPcopy Create free account
hub / github.com/apache/cloudberry / getResponseCode

Method getResponseCode

gpcontrib/gpcloud/include/restful_service.h:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 ResponseCode getResponseCode() const {
96 return responseCode;
97 }
98
99 void setResponseCode(ResponseCode responseCode) {
100 this->responseCode = responseCode;

Callers 5

getMethod · 0.80
putMethod · 0.80
postMethod · 0.80
headMethod · 0.80
deleteRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected