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

Method getGenericExtension

CesiumUtility/src/ExtensibleObject.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8namespace CesiumUtility {
9JsonValue* ExtensibleObject::getGenericExtension(
10 const std::string& extensionName) noexcept {
11 return const_cast<JsonValue*>(
12 std::as_const(*this).getGenericExtension(extensionName));
13}
14
15const JsonValue* ExtensibleObject::getGenericExtension(
16 const std::string& extensionName) const noexcept {

Callers 3

TestGltfReader.cppFile · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected