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

Function isStaticLocal

lib/symboldatabase.h:852–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850 return getFlag(fIsStatic);
851 }
852 bool isStaticLocal() const {
853 return getFlag(fIsStaticLocal);
854 }
855 bool isExtern() const {
856 return getFlag(fIsExtern);
857 }

Callers 1

setFlagsMethod · 0.85

Calls 2

getFlagFunction · 0.70
setFlagFunction · 0.70

Tested by

no test coverage detected