Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isExtern
Method
isExtern
kdevplatform/language/duchain/classmemberdeclaration.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
bool ClassMemberDeclaration::isExtern() const
104
{
105
return d_func()->m_isExtern;
106
}
107
108
void ClassMemberDeclaration::setExtern(bool isExtern)
109
{
Callers
2
completionProperties
Method · 0.80
declarationDetails
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected