Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ Disable
Method
Disable
gpcontrib/gpcloud/src/s3http_headers.cpp:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void HTTPHeaders::Disable(HeaderField f) {
21
this->disabledFields.insert(f);
22
}
23
24
const char *HTTPHeaders::Get(HeaderField f) {
25
return this->fields[f].empty() ? NULL : this->fields[f].c_str();
Callers
3
TEST
Function · 0.80
getUploadId
Method · 0.80
abortUpload
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64