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

Method isValid

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

Source from the content-addressed store, hash-verified

113}
114
115bool Uri::isValid() const { return this->_url.has_value(); }
116
117std::string_view Uri::getScheme() const {
118 if (!this->isValid()) {

Callers 10

getSchemeMethod · 0.95
getHostMethod · 0.95
getQueryMethod · 0.95
getPathMethod · 0.95
getFileNameMethod · 0.95
UriClass · 0.95
UriMethod · 0.45
addQueryMethod · 0.45
getQueryValueMethod · 0.45
loadQuadtreeTileImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected