MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / IsHeaderExtension

Function IsHeaderExtension

util/cpplint.py:569–570  ·  view source on GitHub ↗
(file_extension)

Source from the content-addressed store, hash-verified

567 PrintUsage('Header extensions must be comma seperated list.')
568
569def IsHeaderExtension(file_extension):
570 return file_extension in _hpp_headers
571
572def ParseNolintSuppressions(filename, raw_line, linenum, error):
573 """Updates the global list of line error-suppressions.

Callers 3

CheckStyleFunction · 0.85
CheckLanguageFunction · 0.85
ProcessFileDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected