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

Function parseJsonObject

CesiumIonClient/src/Connection.cpp:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224bool parseJsonObject(const IAssetResponse* pResponse, rapidjson::Document& d) {
225 d.Parse(
226 reinterpret_cast<const char*>(pResponse->data().data()),
227 pResponse->data().size());
228 return !d.HasParseError();
229}
230
231} // namespace
232

Callers 10

meMethod · 0.85
appDataMethod · 0.85
getApiUrlMethod · 0.85
defaultsMethod · 0.85
assetsMethod · 0.85
assetMethod · 0.85
tokenMethod · 0.85
createTokenMethod · 0.85
tokensMethod · 0.85
geocodeMethod · 0.85

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected