MCPcopy Index your code
hub / github.com/cpplint/cpplint / RestoreFilters

Method RestoreFilters

cpplint.py:1470–1472  ·  view source on GitHub ↗

Restores filters previously backed up.

(self)

Source from the content-addressed store, hash-verified

1468 self._filters_backup = self.filters[:]
1469
1470 def RestoreFilters(self):
1471 """Restores filters previously backed up."""
1472 self.filters = self._filters_backup[:]
1473
1474 def ResetErrorCounts(self):
1475 """Sets the module's error statistic back to zero."""

Callers 1

_RestoreFiltersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected