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

Method GetList

gpcontrib/gpcloud/src/s3http_headers.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49struct curl_slist *HTTPHeaders::GetList() {
50 return this->header_list;
51}
52
53void HTTPHeaders::FreeList() {
54 if (this->header_list) {

Callers 6

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

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64