MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / GetNonHeaderExtensions

Function GetNonHeaderExtensions

src/tests/coding/cpplint.py:952–953  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

950 'This could not be parsed: "%s"' % (val,))
951
952def GetNonHeaderExtensions():
953 return GetAllExtensions().difference(GetHeaderExtensions())
954
955def ParseNolintSuppressions(filename, raw_line, linenum, error):
956 """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