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

Method setQuery

CesiumUtility/src/Uri.cpp:220–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void Uri::setQuery(const std::string_view& queryString) {
221 this->_url->set_search(queryString);
222}
223
224std::string Uri::resolve(
225 const std::string& base,

Callers 15

addQueryMethod · 0.80
authorizeMethod · 0.80
getMethod · 0.80
addToUriMethod · 0.80
Connection.cppFile · 0.80
createLoaderMethod · 0.80
createLoaderMethod · 0.80
resolveTileUrlFunction · 0.80
createNewSessionMethod · 0.80
fetchViewportDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected