MCPcopy 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

setFlagsMethod · 0.85
TokenAndNameMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected