MCPcopy Create free account
hub / github.com/apache/mesos / BackupFilters

Method BackupFilters

support/cpplint.py:935–937  ·  view source on GitHub ↗

Saves the current filter list to backup storage.

(self)

Source from the content-addressed store, hash-verified

933 ' (%s does not)' % filt)
934
935 def BackupFilters(self):
936 """ Saves the current filter list to backup storage."""
937 self._filters_backup = self.filters[:]
938
939 def RestoreFilters(self):
940 """ Restores filters previously backed up."""

Callers 1

_BackupFiltersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected