MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / _BackupFilters

Function _BackupFilters

src/tests/coding/cpplint.py:1478–1480  ·  view source on GitHub ↗

Saves the current filter list to backup storage.

()

Source from the content-addressed store, hash-verified

1476 _cpplint_state.AddFilters(filters)
1477
1478def _BackupFilters():
1479 """ Saves the current filter list to backup storage."""
1480 _cpplint_state.BackupFilters()
1481
1482def _RestoreFilters():
1483 """ Restores filters previously backed up."""

Callers 1

ProcessFileFunction · 0.85

Calls 1

BackupFiltersMethod · 0.80

Tested by

no test coverage detected