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

Method Clear

tools/cpplint.py:1061–1064  ·  view source on GitHub ↗

Clear all current error suppressions

(self)

Source from the content-addressed store, hash-verified

1059 return self._open_block_suppression is not None
1060
1061 def Clear(self):
1062 """Clear all current error suppressions"""
1063 self._suppressions.clear()
1064 self._open_block_suppression = None
1065
1066
1067# {str, set(int)}: a map from error categories to sets of linenumbers

Callers 1

ResetNolintSuppressionsFunction · 0.80

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected