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

Function isExtern

lib/symboldatabase.h:413–415  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

411 * @return true if extern, false if not
412 */
413 bool isExtern() const {
414 return getFlag(fIsExtern);
415 }
416
417 /**
418 * Is variable const.

Callers 2

setFlagsMethod · 0.85
isLocalFunction · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected