MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isExplicit

Function isExplicit

lib/symboldatabase.h:861–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859 return getFlag(fIsFriend);
860 }
861 bool isExplicit() const {
862 return getFlag(fIsExplicit);
863 }
864 bool isDefault() const {
865 return getFlag(fIsDefault);
866 }

Callers 1

FunctionMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected