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

Method reset

CesiumGltfReader/src/NamedObjectJsonHandler.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 : CesiumJsonReader::ExtensibleObjectJsonHandler(context), _name() {}
15
16void NamedObjectJsonHandler::reset(
17 IJsonHandler* pParent,
18 CesiumGltf::NamedObject* pObject) {
19 CesiumJsonReader::ExtensibleObjectJsonHandler::reset(pParent, pObject);
20}
21
22CesiumJsonReader::IJsonHandler*
23NamedObjectJsonHandler::readObjectKeyNamedObject(

Callers 5

decodeDataUrlsFunction · 0.45
mergeSchemasFunction · 0.45

Calls 1

resetFunction · 0.50

Tested by

no test coverage detected