MCPcopy 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

FunctionMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected