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

Method RestoreFilters

steps/cpplint.py:1341–1343  ·  view source on GitHub ↗

Restores filters previously backed up.

(self)

Source from the content-addressed store, hash-verified

1339 self._filters_backup = self.filters[:]
1340
1341 def RestoreFilters(self):
1342 """ Restores filters previously backed up."""
1343 self.filters = self._filters_backup[:]
1344
1345 def ResetErrorCounts(self):
1346 """Sets the module's error statistic back to zero."""

Callers 1

_RestoreFiltersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected