MCPcopy 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
113bool ClassMemberDeclaration::isMutable() const
114{
115 return d_func()->m_isMutable;
116}
117
118void ClassMemberDeclaration::setMutable(bool isMutable)
119{

Callers 3

completionPropertiesMethod · 0.80
declarationDetailsMethod · 0.80
DeclarationTestFunction · 0.80

Calls

no outgoing calls

Tested by 1

DeclarationTestFunction · 0.64