MCPcopy Index your code
hub / github.com/nodejs/node / GetNonHeaderExtensions

Function GetNonHeaderExtensions

tools/cpplint.py:1130–1131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1128
1129
1130def GetNonHeaderExtensions():
1131 return GetAllExtensions().difference(GetHeaderExtensions())
1132
1133
1134def 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…