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

Function _BackupFilters

support/cpplint.py:1030–1032  ·  view source on GitHub ↗

Saves the current filter list to backup storage.

()

Source from the content-addressed store, hash-verified

1028 _cpplint_state.AddFilters(filters)
1029
1030def _BackupFilters():
1031 """ Saves the current filter list to backup storage."""
1032 _cpplint_state.BackupFilters()
1033
1034def _RestoreFilters():
1035 """ Restores filters previously backed up."""

Callers 1

ProcessFileFunction · 0.85

Calls 1

BackupFiltersMethod · 0.80

Tested by

no test coverage detected