Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isFinal
Method
isFinal
kdevplatform/language/duchain/classfunctiondeclaration.cpp:142–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
bool ClassFunctionDeclaration::isFinal() const
143
{
144
return d_func()->m_functionFlags & FinalFunctionFlag;
145
}
146
147
void ClassFunctionDeclaration::setIsFinal(bool final)
148
{
Callers
3
declarationDetails
Method · 0.80
FunctionDescription
Method · 0.80
DeclarationTest
Function · 0.80
Calls
no outgoing calls
Tested by
1
DeclarationTest
Function · 0.64