Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
void Uri::setQuery(const std::string_view& queryString) {
221
this->_url->set_search(queryString);
222
}
223
224
std::string Uri::resolve(
225
const std::string& base,
Callers
15
addQuery
Method · 0.80
authorize
Method · 0.80
get
Method · 0.80
addToUri
Method · 0.80
Connection.cpp
File · 0.80
createLoader
Method · 0.80
requestRealityDataContainer
Function · 0.80
createLoader
Method · 0.80
resolveTileUrl
Function · 0.80
createNewSession
Method · 0.80
loadTileImageFromService
Method · 0.80
fetchViewportData
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected