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

Method readInt32

CesiumJsonReader/src/JsonObjectJsonHandler.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45IJsonHandler* JsonObjectJsonHandler::readInt32(int32_t i) {
46 addOrReplace(*this->_stack.back(), std::int64_t(i));
47 return this->doneElement();
48}
49
50IJsonHandler* JsonObjectJsonHandler::readUint32(uint32_t i) {
51 addOrReplace(*this->_stack.back(), std::uint64_t(i));

Callers

nothing calls this directly

Calls 3

doneElementMethod · 0.95
addOrReplaceFunction · 0.85
backMethod · 0.80

Tested by

no test coverage detected