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

Method readInt32

CesiumJsonReader/src/JsonHandler.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22IJsonHandler* JsonHandler::readInt32(int32_t /*i*/) {
23 this->reportWarning("An integer value is not allowed and has been ignored.");
24 return this->parent();
25}
26
27IJsonHandler* JsonHandler::readUint32(uint32_t /*i*/) {
28 this->reportWarning("An integer value is not allowed and has been ignored.");

Callers 2

IntMethod · 0.45
readInt32Function · 0.45

Calls 2

reportWarningMethod · 0.95
parentMethod · 0.95

Tested by

no test coverage detected