Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setDimension
Method
setDimension
kdevplatform/language/duchain/types/arraytype.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void ArrayType::setDimension(int dimension)
60
{
61
d_func_dynamic()->m_dimension = dimension;
62
}
63
64
AbstractType::Ptr ArrayType::elementType() const
65
{
Callers
1
createType
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected