MCPcopy 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
16std::string* StringJsonHandler::getObject() noexcept { return this->_pString; }
17
18IJsonHandler* StringJsonHandler::readString(const std::string_view& str) {
19 *this->_pString = str;

Callers 6

createNewSessionMethod · 0.80
createTileProviderMethod · 0.80
parseGeoJsonObjectFunction · 0.80
recursiveArrayWriterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected