Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
bool TypeSystem::isFactoryLoaded(const AbstractTypeData& data) const
45
{
46
return m_factories.contains(data.typeClassId);
47
}
48
49
bool TypeSystem::ensureFactoryLoaded(const AbstractTypeData& data) const
50
{
Callers
3
persistent
Method · 0.80
equals
Method · 0.80
benchTypeRegistry
Method · 0.80
Calls
1
contains
Method · 0.45
Tested by
1
benchTypeRegistry
Method · 0.64