MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / GetModuleInfo

Method GetModuleInfo

Source/ModuleFactory.cpp:732–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732ModuleFactory::ModuleInfo ModuleFactory::GetModuleInfo(std::string typeName)
733{
734 if (mFactoryMap.find(typeName) != mFactoryMap.end())
735 return mFactoryMap[typeName];
736 return ModuleInfo();
737}
738
739bool ModuleFactory::IsExperimental(std::string typeName)
740{

Callers 2

MatchesFilterMethod · 0.80
InitMethod · 0.80

Calls 1

ModuleInfoClass · 0.85

Tested by

no test coverage detected