MCPcopy Create free account
hub / github.com/KDE/kdevelop / isFactoryLoaded

Method isFactoryLoaded

kdevplatform/language/duchain/types/typeregister.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool TypeSystem::isFactoryLoaded(const AbstractTypeData& data) const
45{
46 return m_factories.contains(data.typeClassId);
47}
48
49bool TypeSystem::ensureFactoryLoaded(const AbstractTypeData& data) const
50{

Callers 3

persistentMethod · 0.80
equalsMethod · 0.80
benchTypeRegistryMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by 1

benchTypeRegistryMethod · 0.64