Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ abstractType
Method
abstractType
kdevplatform/language/duchain/types/indexedtype.cpp:51–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
AbstractType::Ptr IndexedType::abstractType() const
52
{
53
if (!m_index)
54
return AbstractType::Ptr();
55
return TypeRepository::typeForIndex(m_index);
56
}
57
}
Callers
15
type
Method · 0.45
accept0
Method · 0.45
exchangeTypes
Method · 0.45
mergeTypes
Function · 0.45
baseType
Method · 0.45
accept0
Method · 0.45
exchangeTypes
Method · 0.45
returnType
Method · 0.45
arguments
Method · 0.45
accept0
Method · 0.45
exchangeTypes
Method · 0.45
FOREACH_FUNCTION
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected