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

Function IsHeaderExtension

analytical_engine/misc/cpplint.py:930–931  ·  view source on GitHub ↗
(file_extension)

Source from the content-addressed store, hash-verified

928 PrintUsage('Invalid includeorder value %s. Expected default|standardcfirst')
929
930def IsHeaderExtension(file_extension):
931 return file_extension in GetHeaderExtensions()
932
933def GetHeaderExtensions():
934 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