Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
bool Uri::isValid() const { return this->_url.has_value(); }
116
117
std::string_view Uri::getScheme() const {
118
if (!this->isValid()) {
Callers
10
getScheme
Method · 0.95
getHost
Method · 0.95
getQuery
Method · 0.95
getPath
Method · 0.95
getFileName
Method · 0.95
Uri
Class · 0.95
Uri
Method · 0.45
addQuery
Method · 0.45
getQueryValue
Method · 0.45
loadQuadtreeTileImage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected