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