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

Method BackupFilters

util/cpplint.py:912–914  ·  view source on GitHub ↗

Saves the current filter list to backup storage.

(self)

Source from the content-addressed store, hash-verified

910 ' (%s does not)' % filt)
911
912 def BackupFilters(self):
913 """ Saves the current filter list to backup storage."""
914 self._filters_backup = self.filters[:]
915
916 def RestoreFilters(self):
917 """ Restores filters previously backed up."""

Callers 1

_BackupFiltersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected