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

Method readInt64

CesiumJsonReader/src/JsonObjectJsonHandler.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55IJsonHandler* JsonObjectJsonHandler::readInt64(int64_t i) {
56 addOrReplace(*this->_stack.back(), i);
57 return this->doneElement();
58}
59
60IJsonHandler* JsonObjectJsonHandler::readUint64(uint64_t i) {
61 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