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

Method readNull

CesiumJsonReader/src/JsonObjectJsonHandler.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35IJsonHandler* JsonObjectJsonHandler::readNull() {
36 addOrReplace(*this->_stack.back(), CesiumUtility::JsonValue::Null());
37 return this->doneElement();
38}
39
40IJsonHandler* JsonObjectJsonHandler::readBool(bool b) {
41 addOrReplace(*this->_stack.back(), b);

Callers

nothing calls this directly

Calls 3

doneElementMethod · 0.95
addOrReplaceFunction · 0.85
backMethod · 0.80

Tested by

no test coverage detected