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

Method readUint32

CesiumJsonReader/src/JsonObjectJsonHandler.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50IJsonHandler* JsonObjectJsonHandler::readUint32(uint32_t i) {
51 addOrReplace(*this->_stack.back(), std::uint64_t(i));
52 return this->doneElement();
53}
54
55IJsonHandler* JsonObjectJsonHandler::readInt64(int64_t i) {
56 addOrReplace(*this->_stack.back(), i);

Callers

nothing calls this directly

Calls 3

doneElementMethod · 0.95
addOrReplaceFunction · 0.85
backMethod · 0.80

Tested by

no test coverage detected