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

Function hasExternalLinkage

addons/misra.py:844–845  ·  view source on GitHub ↗
(var)

Source from the content-addressed store, hash-verified

842
843
844def hasExternalLinkage(var):
845 return var.isGlobal and not var.isStatic
846
847
848def countSideEffects(expr):

Callers 2

misra_5_1Method · 0.85
misra_5_2Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected