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

Method readObjectStart

CesiumJsonReader/src/JsonHandler.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52IJsonHandler* JsonHandler::readObjectStart() {
53 this->reportWarning("An object value is not allowed and has been ignored.");
54 return this->ignoreAndReturnToParent()->readObjectStart();
55}
56
57IJsonHandler* JsonHandler::readObjectKey(const std::string_view& /*str*/) {
58 return nullptr;

Callers 2

StartObjectMethod · 0.45
readObjectStartFunction · 0.45

Calls 2

reportWarningMethod · 0.95

Tested by

no test coverage detected