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

Function _BackupFilters

steps/cpplint.py:1493–1495  ·  view source on GitHub ↗

Saves the current filter list to backup storage.

()

Source from the content-addressed store, hash-verified

1491 _cpplint_state.AddFilters(filters)
1492
1493def _BackupFilters():
1494 """ Saves the current filter list to backup storage."""
1495 _cpplint_state.BackupFilters()
1496
1497def _RestoreFilters():
1498 """ Restores filters previously backed up."""

Callers 1

ProcessFileFunction · 0.85

Calls 1

BackupFiltersMethod · 0.80

Tested by

no test coverage detected