Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
const char* ObjectJsonHandler::getCurrentKey() const noexcept {
42
return this->_currentKey;
43
}
44
45
void ObjectJsonHandler::setCurrentKey(const char* key) noexcept {
46
this->_currentKey = key;
Callers
1
reportWarning
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected