Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CesiumGS/cesium-native
/ setPath
Method
setPath
CesiumUtility/src/Uri.cpp:216–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
void Uri::setPath(const std::string_view& path) {
217
this->_url->set_pathname(path);
218
}
219
220
void Uri::setQuery(const std::string_view& queryString) {
221
this->_url->set_search(queryString);
Callers
4
ensureTrailingSlash
Method · 0.95
createLoader
Method · 0.80
requestRealityDataContainer
Function · 0.80
TestCurlAssetAccessor.cpp
File · 0.80
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected