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

Function IsHeaderExtension

cpplint.py:1059–1060  ·  view source on GitHub ↗
(file_extension)

Source from the content-addressed store, hash-verified

1057
1058
1059def IsHeaderExtension(file_extension):
1060 return file_extension in GetHeaderExtensions()
1061
1062
1063def GetHeaderExtensions():

Callers 5

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

Calls 1

GetHeaderExtensionsFunction · 0.85

Tested by

no test coverage detected