MCPcopy 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
20void HTTPHeaders::Disable(HeaderField f) {
21 this->disabledFields.insert(f);
22}
23
24const char *HTTPHeaders::Get(HeaderField f) {
25 return this->fields[f].empty() ? NULL : this->fields[f].c_str();

Callers 3

TESTFunction · 0.80
getUploadIdMethod · 0.80
abortUploadMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64