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

Method reset

CesiumJsonReader/src/ExtensibleObjectJsonHandler.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 _captureUnknownProperties(context.getCaptureUnknownProperties()) {}
18
19void ExtensibleObjectJsonHandler::reset(
20 IJsonHandler* pParent,
21 CesiumUtility::ExtensibleObject* /*pObject*/) {
22 ObjectJsonHandler::reset(pParent);
23}
24
25IJsonHandler* ExtensibleObjectJsonHandler::readObjectKeyExtensibleObject(
26 const std::string& objectType,

Callers 1

Calls 1

resetFunction · 0.50

Tested by

no test coverage detected