Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isAbstract
Method
isAbstract
kdevplatform/language/duchain/classfunctiondeclaration.cpp:131–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
bool ClassFunctionDeclaration::isAbstract() const
132
{
133
return d_func()->m_functionFlags & AbstractFunctionFlag;
134
}
135
136
void ClassFunctionDeclaration::setIsAbstract(bool abstract)
137
{
Callers
5
declarationDetails
Method · 0.80
FunctionDescription
Method · 0.80
DeclarationTest
Function · 0.80
functionPropertiesToString
Function · 0.80
addPotentialOverride
Method · 0.80
Calls
no outgoing calls
Tested by
1
DeclarationTest
Function · 0.64