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

Method setExtensionState

CesiumJsonReader/src/JsonReaderOptions.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void JsonReaderOptions::setExtensionState(
48 const std::string& extensionName,
49 ExtensionState newState) {
50 this->_extensionStates[extensionName] = newState;
51}
52
53std::unique_ptr<IExtensionJsonHandler>
54JsonReaderOptions::createExtensionHandler(

Callers 5

TestGltfReader.cppFile · 0.45
TestGltfWriter.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected