Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isFriend
Function
isFriend
lib/symboldatabase.h:858–860 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
856
return getFlag(fIsExtern);
857
}
858
bool isFriend() const {
859
return getFlag(fIsFriend);
860
}
861
bool isExplicit() const {
862
return getFlag(fIsExplicit);
863
}
Callers
2
setFlags
Method · 0.85
TokenAndName
Method · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected