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

Method readDouble

CesiumJsonReader/src/JsonHandler.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42IJsonHandler* JsonHandler::readDouble(double /*d*/) {
43 this->reportWarning("A double value is not allowed and has been ignored.");
44 return this->parent();
45}
46
47IJsonHandler* JsonHandler::readString(const std::string_view& /*str*/) {
48 this->reportWarning("A string value is not allowed and has been ignored.");

Callers 2

DoubleMethod · 0.45
readDoubleFunction · 0.45

Calls 2

reportWarningMethod · 0.95
parentMethod · 0.95

Tested by

no test coverage detected