MCPcopy Index your code
hub / github.com/cpplint/cpplint / GetHeaderExtensions

Function GetHeaderExtensions

cpplint.py:1063–1068  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1061
1062
1063def GetHeaderExtensions():
1064 if _hpp_headers:
1065 return _hpp_headers
1066 if _valid_extensions:
1067 return {h for h in _valid_extensions if "h" in h}
1068 return {"h", "hh", "hpp", "hxx", "h++", "cuh"}
1069
1070
1071# The allowed extensions for file names

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