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