Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
844
def
hasExternalLinkage(var):
845
return
var.isGlobal and not var.isStatic
846
847
848
def
countSideEffects(expr):
Callers
2
misra_5_1
Method · 0.85
misra_5_2
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected