Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ hasVirtualSpecifier
Function
hasVirtualSpecifier
lib/symboldatabase.h:843–845 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
841
return getFlag(fIsConst);
842
}
843
bool hasVirtualSpecifier() const {
844
return getFlag(fHasVirtualSpecifier);
845
}
846
bool isPure() const {
847
return getFlag(fIsPure);
848
}
Callers
2
setFlags
Method · 0.85
isImplicitlyVirtual
Method · 0.85
Calls
2
getFlag
Function · 0.70
setFlag
Function · 0.70
Tested by
no test coverage detected