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

Function findInclude

addons/misra.py:1166–1170  ·  view source on GitHub ↗
(directives, header)

Source from the content-addressed store, hash-verified

1164
1165
1166def findInclude(directives, header):
1167 for directive in directives:
1168 if directive.str == '#include ' + header:
1169 return directive
1170 return None
1171
1172
1173# Get function arguments

Callers 5

misra_21_4Method · 0.85
misra_21_5Method · 0.85
misra_21_10Method · 0.85
misra_21_11Method · 0.85
misra_21_12Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected