MCPcopy 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
30bool AbstractFunctionDeclaration::isInline() const
31{
32 return data()->m_isInline;
33}
34
35void AbstractFunctionDeclaration::setInline(bool isInline)
36{

Callers 3

completionPropertiesMethod · 0.80
declarationDetailsMethod · 0.80

Calls 1

dataFunction · 0.70

Tested by

no test coverage detected