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

Method readString

CesiumJsonReader/src/JsonHandler.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47IJsonHandler* JsonHandler::readString(const std::string_view& /*str*/) {
48 this->reportWarning("A string value is not allowed and has been ignored.");
49 return this->parent();
50}
51
52IJsonHandler* JsonHandler::readObjectStart() {
53 this->reportWarning("An object value is not allowed and has been ignored.");

Callers 2

StringMethod · 0.45
readStringFunction · 0.45

Calls 2

reportWarningMethod · 0.95
parentMethod · 0.95

Tested by

no test coverage detected