Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isInline
Method
isInline
kdevplatform/language/duchain/abstractfunctiondeclaration.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
bool AbstractFunctionDeclaration::isInline() const
31
{
32
return data()->m_isInline;
33
}
34
35
void AbstractFunctionDeclaration::setInline(bool isInline)
36
{
Callers
3
completionProperties
Method · 0.80
declarationDetails
Method · 0.80
validCandidateToMoveIntoSource
Method · 0.80
Calls
1
data
Function · 0.70
Tested by
no test coverage detected