MCPcopy Create free account
hub / github.com/alibaba/GraphScope / GetAllExtensions

Function GetAllExtensions

analytical_engine/misc/cpplint.py:942–944  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

940# The allowed extensions for file names
941# This is set by --extensions flag
942def GetAllExtensions():
943 return GetHeaderExtensions().union(_valid_extensions or set(
944 ['c', 'cc', 'cpp', 'cxx', 'c++', 'cu']))
945
946def ProcessExtensionsOption(val):
947 global _valid_extensions

Callers 4

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

Calls 2

GetHeaderExtensionsFunction · 0.85
unionMethod · 0.45

Tested by

no test coverage detected