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

Function isConst

lib/symboldatabase.h:421–423  ·  view source on GitHub ↗

* Is variable const. * @return true if const, false if not */

Source from the content-addressed store, hash-verified

419 * @return true if const, false if not
420 */
421 bool isConst() const {
422 return getFlag(fIsConst);
423 }
424
425 /**
426 * Is variable a throw type.

Callers 2

FunctionMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected