Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isImplicitlyVirtual
Method · 0.85
Calls
1
getFlag
Function · 0.70
Tested by
no test coverage detected