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

Method readBool

CesiumJsonReader/src/JsonHandler.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17IJsonHandler* JsonHandler::readBool(bool /*b*/) {
18 this->reportWarning("A boolean value is not allowed and has been ignored.");
19 return this->parent();
20}
21
22IJsonHandler* JsonHandler::readInt32(int32_t /*i*/) {
23 this->reportWarning("An integer value is not allowed and has been ignored.");

Callers 2

BoolMethod · 0.45
readBoolFunction · 0.45

Calls 2

reportWarningMethod · 0.95
parentMethod · 0.95

Tested by

no test coverage detected