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

Method readBool

CesiumJsonReader/src/JsonObjectJsonHandler.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40IJsonHandler* JsonObjectJsonHandler::readBool(bool b) {
41 addOrReplace(*this->_stack.back(), b);
42 return this->doneElement();
43}
44
45IJsonHandler* JsonObjectJsonHandler::readInt32(int32_t i) {
46 addOrReplace(*this->_stack.back(), std::int64_t(i));

Callers

nothing calls this directly

Calls 3

doneElementMethod · 0.95
addOrReplaceFunction · 0.85
backMethod · 0.80

Tested by

no test coverage detected