MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / ResetErrorCounts

Method ResetErrorCounts

steps/cpplint.py:1345–1348  ·  view source on GitHub ↗

Sets the module's error statistic back to zero.

(self)

Source from the content-addressed store, hash-verified

1343 self.filters = self._filters_backup[:]
1344
1345 def ResetErrorCounts(self):
1346 """Sets the module's error statistic back to zero."""
1347 self.error_count = 0
1348 self.errors_by_category = {}
1349
1350 def IncrementErrorCount(self, category):
1351 """Bumps the module's error statistic."""

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected