MCPcopy Create free account
hub / github.com/apache/mesos / IsHeaderExtension

Function IsHeaderExtension

support/cpplint.py:585–586  ·  view source on GitHub ↗
(file_extension)

Source from the content-addressed store, hash-verified

583 PrintUsage('Header extensions must be comma separated list.')
584
585def IsHeaderExtension(file_extension):
586 return file_extension in _hpp_headers
587
588def ParseNolintSuppressions(filename, raw_line, linenum, error):
589 """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