MCPcopy Create free account
hub / github.com/MyGUI/mygui / ExistFactory

Method ExistFactory

Tools/EditorFramework/FactoryManager.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 bool FactoryManager::ExistFactory(std::string_view _factoryName)
19 {
20 return mFactories.find(_factoryName) != mFactories.end();
21 }
22
23 void FactoryManager::RegisterFactory(IFactory* _factory, std::string_view _factoryName)
24 {

Callers 1

IsExistFactoryNameFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected