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

Function ProcessCategory

tools/cpplint.py:1151–1152  ·  view source on GitHub ↗
(category)

Source from the content-addressed store, hash-verified

1149 if no_lint_type == "NEXTLINE":
1150
1151 def ProcessCategory(category):
1152 _error_suppressions.AddLineSuppression(category, linenum + 1)
1153 elif no_lint_type == "BEGIN":
1154 if _error_suppressions.HasOpenBlock():
1155 error(

Callers 1

ParseNolintSuppressionsFunction · 0.85

Calls 4

AddLineSuppressionMethod · 0.80
StartBlockSuppressionMethod · 0.80
EndBlockSuppressionMethod · 0.80
errorFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…