MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / BackupFilters

Method BackupFilters

src/tests/coding/cpplint.py:1322–1324  ·  view source on GitHub ↗

Saves the current filter list to backup storage.

(self)

Source from the content-addressed store, hash-verified

1320 ' (%s does not)' % filt)
1321
1322 def BackupFilters(self):
1323 """ Saves the current filter list to backup storage."""
1324 self._filters_backup = self.filters[:]
1325
1326 def RestoreFilters(self):
1327 """ Restores filters previously backed up."""

Callers 1

_BackupFiltersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected