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

Function IsHeaderExtension

src/tests/coding/cpplint.py:926–927  ·  view source on GitHub ↗
(file_extension)

Source from the content-addressed store, hash-verified

924 PrintUsage('Invalid includeorder value %s. Expected default|standardcfirst')
925
926def IsHeaderExtension(file_extension):
927 return file_extension in GetHeaderExtensions()
928
929def GetHeaderExtensions():
930 if _hpp_headers:

Callers 4

CheckStyleFunction · 0.85
CheckLanguageFunction · 0.85
FilesBelongToSameModuleFunction · 0.85
ProcessFileDataFunction · 0.85

Calls 1

GetHeaderExtensionsFunction · 0.85

Tested by

no test coverage detected