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

Method BackupFilters

cpplint.py:1466–1468  ·  view source on GitHub ↗

Saves the current filter list to backup storage.

(self)

Source from the content-addressed store, hash-verified

1464 raise ValueError(msg)
1465
1466 def BackupFilters(self):
1467 """Saves the current filter list to backup storage."""
1468 self._filters_backup = self.filters[:]
1469
1470 def RestoreFilters(self):
1471 """Restores filters previously backed up."""

Callers 1

_BackupFiltersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected