MCPcopy 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
132bool S3Url::isValidUrl() const {
133 return !this->getBucket().empty();
134}
135
136string S3Url::extractField(const struct http_parser_url *urlParser, http_parser_url_fields i) {
137 if ((urlParser->field_set & (1 << i)) == 0) {

Callers 2

TESTFunction · 0.80
openMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64