Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
bool AbstractFunctionDeclaration::isExplicit() const
41
{
42
return data()->m_isExplicit;
43
}
44
45
void AbstractFunctionDeclaration::setExplicit(bool isExplicit)
46
{
Callers
2
completionProperties
Method · 0.80
declarationDetails
Method · 0.80
Calls
1
data
Function · 0.70
Tested by
no test coverage detected