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

Function isStatic

lib/symboldatabase.h:405–407  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

403 * @return true if static, false if not
404 */
405 bool isStatic() const {
406 return getFlag(fIsStatic);
407 }
408
409 /**
410 * Is variable extern.

Callers 3

setFlagsMethod · 0.85
isSafeMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected