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

Method getCurrentKey

CesiumJsonReader/src/ObjectJsonHandler.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41const char* ObjectJsonHandler::getCurrentKey() const noexcept {
42 return this->_currentKey;
43}
44
45void ObjectJsonHandler::setCurrentKey(const char* key) noexcept {
46 this->_currentKey = key;

Callers 1

reportWarningMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected