Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setIsConstant
Method
setIsConstant
kdevplatform/language/duchain/identifier.cpp:1210–1213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1208
}
1209
1210
void IndexedTypeIdentifier::setIsConstant(bool isConst)
1211
{
1212
m_isConstant = isConst;
1213
}
1214
1215
bool IndexedTypeIdentifier::isVolatile() const
1216
{
Callers
2
buildIdentifierForType
Function · 0.80
exchange
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected