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

Method readDouble

CesiumJsonReader/src/JsonObjectJsonHandler.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65IJsonHandler* JsonObjectJsonHandler::readDouble(double d) {
66 addOrReplace(*this->_stack.back(), d);
67 return this->doneElement();
68}
69
70IJsonHandler* JsonObjectJsonHandler::readString(const std::string_view& str) {
71 CesiumUtility::JsonValue& current = *this->_stack.back();

Callers

nothing calls this directly

Calls 3

doneElementMethod · 0.95
addOrReplaceFunction · 0.85
backMethod · 0.80

Tested by

no test coverage detected