MCPcopy Create free account
hub / github.com/alibaba/GraphScope / ResetErrorCounts

Method ResetErrorCounts

analytical_engine/misc/cpplint.py:1334–1337  ·  view source on GitHub ↗

Sets the module's error statistic back to zero.

(self)

Source from the content-addressed store, hash-verified

1332 self.filters = self._filters_backup[:]
1333
1334 def ResetErrorCounts(self):
1335 """Sets the module's error statistic back to zero."""
1336 self.error_count = 0
1337 self.errors_by_category = {}
1338
1339 def IncrementErrorCount(self, category):
1340 """Bumps the module's error statistic."""

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected