Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isMutable
Method
isMutable
kdevplatform/language/duchain/classmemberdeclaration.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
bool ClassMemberDeclaration::isMutable() const
114
{
115
return d_func()->m_isMutable;
116
}
117
118
void ClassMemberDeclaration::setMutable(bool isMutable)
119
{
Callers
3
completionProperties
Method · 0.80
declarationDetails
Method · 0.80
DeclarationTest
Function · 0.80
Calls
no outgoing calls
Tested by
1
DeclarationTest
Function · 0.64