MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / moduleExists

Method moduleExists

radiantcore/modulesystem/ModuleRegistry.cpp:221–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221bool ModuleRegistry::moduleExists(const std::string& name) const
222{
223 // Try to find the initialised module, uninitialised don't count as existing
224 return _initialisedModules.find(name) != _initialisedModules.end();
225}
226
227// Get the module
228RegisterableModulePtr ModuleRegistry::getModule(const std::string& name) const {

Callers 15

TryGetConfigMethod · 0.80
showModalMethod · 0.80
ShowDialogMethod · 0.80
SoundPropertyEditorMethod · 0.80
callbackAddSpeakerMethod · 0.80
getTopLevelWindowSafeMethod · 0.80
FindTopLevelWindowFunction · 0.80
_Function · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected