Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isFriend
Method
isFriend
kdevplatform/language/duchain/classmemberdeclaration.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
bool ClassMemberDeclaration::isFriend() const
84
{
85
return d_func()->m_isFriend;
86
}
87
88
void ClassMemberDeclaration::setFriend(bool isFriend)
89
{
Callers
3
completionProperties
Method · 0.80
declarationDetails
Method · 0.80
OutlineNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected