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

Function hasFinalSpecifier

lib/symboldatabase.h:879–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877 return getFlag(fHasOverrideSpecifier);
878 }
879 bool hasFinalSpecifier() const {
880 return getFlag(fHasFinalSpecifier);
881 }
882 bool isOperator() const {
883 return getFlag(fIsOperator);
884 }

Callers 1

isImplicitlyVirtualMethod · 0.85

Calls 1

getFlagFunction · 0.70

Tested by

no test coverage detected