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

Function GetHeaderExtensions

tools/cpplint.py:1103–1108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1101
1102
1103def GetHeaderExtensions():
1104 if _hpp_headers:
1105 return _hpp_headers
1106 if _valid_extensions:
1107 return {h for h in _valid_extensions if "h" in h}
1108 return {"h", "hh", "hpp", "hxx", "h++", "cuh"}
1109
1110
1111# 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…