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

Method BackupFilters

tools/cpplint.py:1511–1513  ·  view source on GitHub ↗

Saves the current filter list to backup storage.

(self)

Source from the content-addressed store, hash-verified

1509 raise ValueError(msg)
1510
1511 def BackupFilters(self):
1512 """Saves the current filter list to backup storage."""
1513 self._filters_backup = self.filters[:]
1514
1515 def RestoreFilters(self):
1516 """Restores filters previously backed up."""

Callers 1

_BackupFiltersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected