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

Function GetHeaderExtensions

src/tests/coding/cpplint.py:929–934  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

927 return file_extension in GetHeaderExtensions()
928
929def GetHeaderExtensions():
930 if _hpp_headers:
931 return _hpp_headers
932 if _valid_extensions:
933 return {h for h in _valid_extensions if 'h' in h}
934 return set(['h', 'hh', 'hpp', 'hxx', 'h++', 'cuh'])
935
936# The allowed extensions for file names
937# This is set by --extensions flag

Callers 7

IsHeaderExtensionFunction · 0.85
GetAllExtensionsFunction · 0.85
GetNonHeaderExtensionsFunction · 0.85
CheckHeaderFileIncludedFunction · 0.85
_DropCommonSuffixesFunction · 0.85
CheckIncludeLineFunction · 0.85
PrintUsageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected