Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ FreeList
Method
FreeList
gpcontrib/gpcloud/src/s3http_headers.cpp:53–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void HTTPHeaders::FreeList() {
54
if (this->header_list) {
55
curl_slist_free_all(this->header_list);
56
this->header_list = NULL;
57
}
58
}
59
60
const char *GetFieldString(HeaderField f) {
61
switch (f) {
Callers
2
~HTTPHeaders
Method · 0.95
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64