MCPcopy Index your code
hub / github.com/nodejs/node / IsHeaderExtension

Function IsHeaderExtension

tools/cpplint.py:1099–1100  ·  view source on GitHub ↗
(file_extension)

Source from the content-addressed store, hash-verified

1097
1098
1099def IsHeaderExtension(file_extension):
1100 return file_extension in GetHeaderExtensions()
1101
1102
1103def 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…