Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ elementType
Method
elementType
kdevplatform/language/duchain/types/arraytype.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
AbstractType::Ptr ArrayType::elementType() const
65
{
66
return d_func()->m_elementType.abstractType();
67
}
68
69
void ArrayType::setElementType(const AbstractType::Ptr& type)
70
{
Callers
1
makeSignatureString
Function · 0.80
Calls
1
abstractType
Method · 0.45
Tested by
no test coverage detected