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

Function ResetNolintSuppressions

tools/cpplint.py:1226–1228  ·  view source on GitHub ↗

Resets the set of NOLINT suppressions to empty.

()

Source from the content-addressed store, hash-verified

1224
1225
1226def ResetNolintSuppressions():
1227 """Resets the set of NOLINT suppressions to empty."""
1228 _error_suppressions.Clear()
1229
1230
1231def IsErrorSuppressedByNolint(category, linenum):

Callers 1

ProcessFileDataFunction · 0.85

Calls 1

ClearMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…