MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / GetNonHeaderExtensions

Function GetNonHeaderExtensions

steps/cpplint.py:967–968  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

965 'This could not be parsed: "%s"' % (val,))
966
967def GetNonHeaderExtensions():
968 return GetAllExtensions().difference(GetHeaderExtensions())
969
970def ParseNolintSuppressions(filename, raw_line, linenum, error):
971 """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