MCPcopy Index your code
hub / github.com/cpplint/cpplint / _BackupFilters

Function _BackupFilters

cpplint.py:1624–1626  ·  view source on GitHub ↗

Saves the current filter list to backup storage.

()

Source from the content-addressed store, hash-verified

1622
1623
1624def _BackupFilters():
1625 """Saves the current filter list to backup storage."""
1626 _cpplint_state.BackupFilters()
1627
1628
1629def _RestoreFilters():

Callers 1

ProcessFileFunction · 0.85

Calls 1

BackupFiltersMethod · 0.80

Tested by

no test coverage detected