MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / BackupFilters

Method BackupFilters

steps/cpplint.py:1337–1339  ·  view source on GitHub ↗

Saves the current filter list to backup storage.

(self)

Source from the content-addressed store, hash-verified

1335 ' (%s does not)' % filt)
1336
1337 def BackupFilters(self):
1338 """ Saves the current filter list to backup storage."""
1339 self._filters_backup = self.filters[:]
1340
1341 def RestoreFilters(self):
1342 """ Restores filters previously backed up."""

Callers 1

_BackupFiltersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected