MCPcopy Create free account
hub / github.com/Inori/GPCS4 / isNativeModuleLoaded

Method isNativeModuleLoaded

GPCS4/Emulator/ModuleManger.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

loadModuleFromFileMethod · 0.45

Calls 1

containsFunction · 0.50

Tested by

no test coverage detected