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

Function GetAllExtensions

tools/cpplint.py:1113–1114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1111# The allowed extensions for file names
1112# This is set by --extensions flag
1113def GetAllExtensions():
1114 return GetHeaderExtensions().union(_valid_extensions or {"c", "cc", "cpp", "cxx", "c++", "cu"})
1115
1116
1117def ProcessExtensionsOption(val):

Callers 4

GetNonHeaderExtensionsFunction · 0.85
ProcessFileFunction · 0.85
PrintUsageFunction · 0.85
_ExpandDirectoriesFunction · 0.85

Calls 2

GetHeaderExtensionsFunction · 0.85
unionMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…