Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ isValidUrl
Method
isValidUrl
gpcontrib/gpcloud/src/s3url.cpp:132–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
bool S3Url::isValidUrl() const {
133
return !this->getBucket().empty();
134
}
135
136
string S3Url::extractField(const struct http_parser_url *urlParser, http_parser_url_fields i) {
137
if ((urlParser->field_set & (1 << i)) == 0) {
Callers
2
TEST
Function · 0.80
open
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64