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

Method EndSubObject

CesiumJsonReader/src/ObjectJsonHandler.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28IJsonHandler* ObjectJsonHandler::StartSubObject() noexcept { return nullptr; }
29
30IJsonHandler* ObjectJsonHandler::EndSubObject() noexcept { return nullptr; }
31
32void ObjectJsonHandler::reportWarning(
33 const std::string& warning,

Callers 1

readObjectEndMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected