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

Function isNoExcept

lib/symboldatabase.h:870–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868 return getFlag(fIsDelete);
869 }
870 bool isNoExcept() const {
871 return getFlag(fIsNoExcept);
872 }
873 bool isThrow() const {
874 return getFlag(fIsThrow);
875 }

Callers 1

FunctionMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected