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

Method isExtensionRequired

CesiumGltf/src/Model.cpp:980–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

978}
979
980bool Model::isExtensionRequired(
981 const std::string& extensionName) const noexcept {
982 return std::find(
983 this->extensionsRequired.begin(),
984 this->extensionsRequired.end(),
985 extensionName) != this->extensionsRequired.end();
986}
987
988namespace {
989

Callers 4

addExtensionRequiredMethod · 0.95
TestGltfReader.cppFile · 0.45
intersectRayGltfModelMethod · 0.45
TestModel.cppFile · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected