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

Function isThrow

lib/symboldatabase.h:429–431  ·  view source on GitHub ↗

* Is variable a throw type. * @return true if throw type, false if not */

Source from the content-addressed store, hash-verified

427 * @return true if throw type, false if not
428 */
429 bool isThrow() const {
430 return mAccess == AccessControl::Throw;
431 }
432
433 /**
434 * Is variable a user defined (or unknown) type.

Callers 1

FunctionMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected