Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CesiumGS/cesium-native
/ isActive
Method
isActive
Cesium3DTilesSelection/src/GltfModifier.cpp:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
bool GltfModifier::isActive() const {
38
return this->getCurrentVersion().has_value();
39
}
40
41
void GltfModifier::trigger() {
42
if (!this->_currentVersion) {
Callers
nothing calls this directly
Calls
1
getCurrentVersion
Method · 0.95
Tested by
no test coverage detected