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

Method readArrayStart

CesiumJsonReader/src/JsonHandler.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61IJsonHandler* JsonHandler::readObjectEnd() { return nullptr; }
62
63IJsonHandler* JsonHandler::readArrayStart() {
64 this->reportWarning("An array value is not allowed and has been ignored.");
65 return this->ignoreAndReturnToParent()->readArrayStart();
66}
67
68IJsonHandler* JsonHandler::readArrayEnd() { return nullptr; }
69

Callers 2

StartArrayMethod · 0.45
readArrayStartFunction · 0.45

Calls 2

reportWarningMethod · 0.95

Tested by

no test coverage detected