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

Method ResetErrorCounts

tools/cpplint.py:1519–1522  ·  view source on GitHub ↗

Sets the module's error statistic back to zero.

(self)

Source from the content-addressed store, hash-verified

1517 self.filters = self._filters_backup[:]
1518
1519 def ResetErrorCounts(self):
1520 """Sets the module's error statistic back to zero."""
1521 self.error_count = 0
1522 self.errors_by_category = {}
1523
1524 def IncrementErrorCount(self, category):
1525 """Bumps the module's error statistic."""

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected