MCPcopy 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
216void Uri::setPath(const std::string_view& path) {
217 this->_url->set_pathname(path);
218}
219
220void Uri::setQuery(const std::string_view& queryString) {
221 this->_url->set_search(queryString);

Callers 4

ensureTrailingSlashMethod · 0.95
createLoaderMethod · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected