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

Method readNull

CesiumJsonReader/src/JsonHandler.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10JsonHandler::JsonHandler() noexcept = default;
11
12IJsonHandler* JsonHandler::readNull() {
13 this->reportWarning("A null value is not allowed and has been ignored.");
14 return this->parent();
15}
16
17IJsonHandler* JsonHandler::readBool(bool /*b*/) {
18 this->reportWarning("A boolean value is not allowed and has been ignored.");

Callers 2

NullMethod · 0.45
readNullFunction · 0.45

Calls 2

reportWarningMethod · 0.95
parentMethod · 0.95

Tested by

no test coverage detected