MCPcopy Create free account
hub / github.com/KDE/kdevelop / isExplicit

Method isExplicit

kdevplatform/language/duchain/abstractfunctiondeclaration.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40bool AbstractFunctionDeclaration::isExplicit() const
41{
42 return data()->m_isExplicit;
43}
44
45void AbstractFunctionDeclaration::setExplicit(bool isExplicit)
46{

Callers 2

completionPropertiesMethod · 0.80
declarationDetailsMethod · 0.80

Calls 1

dataFunction · 0.70

Tested by

no test coverage detected