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

Method getCurrentVersion

Cesium3DTilesSelection/src/GltfModifier.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31GltfModifier::~GltfModifier() = default;
32
33std::optional<int64_t> GltfModifier::getCurrentVersion() const {
34 return this->_currentVersion;
35}
36
37bool GltfModifier::isActive() const {
38 return this->getCurrentVersion().has_value();

Callers 7

isActiveMethod · 0.95
reapplyGltfModifierMethod · 0.80
loadTileContentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected