MCPcopy Create free account
hub / github.com/alibaba/GraphScope / GetHeaderExtensions

Function GetHeaderExtensions

analytical_engine/misc/cpplint.py:933–938  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

931 return file_extension in GetHeaderExtensions()
932
933def GetHeaderExtensions():
934 if _hpp_headers:
935 return _hpp_headers
936 if _valid_extensions:
937 return {h for h in _valid_extensions if 'h' in h}
938 return set(['h', 'hh', 'hpp', 'hxx', 'h++', 'cuh'])
939
940# The allowed extensions for file names
941# 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