Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CesiumGS/cesium-native
/ getObject
Method
getObject
CesiumJsonReader/src/StringJsonHandler.cpp:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
std::string* StringJsonHandler::getObject() noexcept { return this->_pString; }
17
18
IJsonHandler* StringJsonHandler::readString(const std::string_view& str) {
19
*this->_pString = str;
Callers
6
TestTilesetReader.cpp
File · 0.80
createNewSession
Method · 0.80
createTileProvider
Method · 0.80
parseGeoJsonObject
Function · 0.80
addExtensionFromJsonValue
Function · 0.80
recursiveArrayWriter
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected