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

Function GetNonHeaderExtensions

cpplint.py:1090–1091  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1088
1089
1090def GetNonHeaderExtensions():
1091 return GetAllExtensions().difference(GetHeaderExtensions())
1092
1093
1094def ParseNolintSuppressions(filename, raw_line, linenum, error):

Callers 4

_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