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

Function GetAllExtensions

cpplint.py:1073–1074  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1071# The allowed extensions for file names
1072# This is set by --extensions flag
1073def GetAllExtensions():
1074 return GetHeaderExtensions().union(_valid_extensions or {"c", "cc", "cpp", "cxx", "c++", "cu"})
1075
1076
1077def ProcessExtensionsOption(val):

Callers 4

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

Calls 1

GetHeaderExtensionsFunction · 0.85

Tested by

no test coverage detected