MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / getQuery

Method getQuery

CesiumUtility/src/Uri.cpp:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133std::string_view Uri::getQuery() const {
134 if (!this->isValid()) {
135 return {};
136 }
137
138 return this->_url->get_search();
139}
140
141std::string_view Uri::getPath() const {
142 if (!this->isValid()) {

Callers 6

UriQueryMethod · 0.80
authorizeMethod · 0.80
addToUriMethod · 0.80
Connection.cppFile · 0.80
createTileProviderMethod · 0.80
createTileProviderMethod · 0.80

Calls 1

isValidMethod · 0.95

Tested by

no test coverage detected