| 21 | } |
| 22 | |
| 23 | bool ModuleManager::isNativeModuleLoaded(std::string const& modName) |
| 24 | { |
| 25 | return util::contains(m_nativeModuleNameIndexMap, modName); |
| 26 | } |
| 27 | |
| 28 | bool ModuleManager::getNativeModule(std::string const& modName, |
| 29 | NativeModule** modOut) |
no test coverage detected