MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getPathAndQuery

Method getPathAndQuery

base/poco/Foundation/src/URI.cpp:440–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438
439
440std::string URI::getPathAndQuery() const
441{
442 std::string pathAndQuery;
443 encodePath(pathAndQuery);
444 if (!_query.empty())
445 {
446 pathAndQuery += '?';
447 pathAndQuery += _query;
448 }
449 return pathAndQuery;
450}
451
452
453void URI::resolve(const std::string& relativeURI)

Callers 15

openMethod · 0.80
openMethod · 0.80
fetchGCPOAuthTokenFunction · 0.80
callImplMethod · 0.80
WriteBufferFromHTTPMethod · 0.80
modifyURIMethod · 0.80
requestNonceMethod · 0.80
doJWSRequestMethod · 0.80
retrieveAccessTokenMethod · 0.80
fetchSchemaMethod · 0.80
authenticateMethod · 0.80
deviceCodeLoginMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected