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

Function GetNonHeaderExtensions

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

Source from the content-addressed store, hash-verified

954 'This could not be parsed: "%s"' % (val,))
955
956def GetNonHeaderExtensions():
957 return GetAllExtensions().difference(GetHeaderExtensions())
958
959def ParseNolintSuppressions(filename, raw_line, linenum, error):
960 """Updates the global list of line error-suppressions.

Callers 5

_IsSourceExtensionFunction · 0.85
_DropCommonSuffixesFunction · 0.85
CheckIncludeLineFunction · 0.85
FilesBelongToSameModuleFunction · 0.85

Calls 2

GetAllExtensionsFunction · 0.85
GetHeaderExtensionsFunction · 0.85

Tested by

no test coverage detected