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

Method RestoreFilters

tools/cpplint.py:1515–1517  ·  view source on GitHub ↗

Restores filters previously backed up.

(self)

Source from the content-addressed store, hash-verified

1513 self._filters_backup = self.filters[:]
1514
1515 def RestoreFilters(self):
1516 """Restores filters previously backed up."""
1517 self.filters = self._filters_backup[:]
1518
1519 def ResetErrorCounts(self):
1520 """Sets the module's error statistic back to zero."""

Callers 1

_RestoreFiltersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected