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

Method isExtensionUsed

CesiumGltf/src/Model.cpp:973–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971}
972
973bool Model::isExtensionUsed(const std::string& extensionName) const noexcept {
974 return std::find(
975 this->extensionsUsed.begin(),
976 this->extensionsUsed.end(),
977 extensionName) != this->extensionsUsed.end();
978}
979
980bool Model::isExtensionRequired(
981 const std::string& extensionName) const noexcept {

Callers 4

addExtensionUsedMethod · 0.95
TestGltfReader.cppFile · 0.45
hasSpzExtensionFunction · 0.45
TestModel.cppFile · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected