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

Method ignoreAndContinue

CesiumJsonReader/src/JsonHandler.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77IJsonHandler* JsonHandler::ignoreAndContinue() {
78 this->_ignore.reset(this);
79 return &this->_ignore;
80}
81
82void JsonHandler::reportWarning(
83 const std::string& warning,

Callers 3

readObjectKeyMethod · 0.80
ArrayJsonHandler.hFile · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected