Saves the current filter list to backup storage.
()
| 1667 | |
| 1668 | |
| 1669 | def _BackupFilters(): |
| 1670 | """Saves the current filter list to backup storage.""" |
| 1671 | _cpplint_state.BackupFilters() |
| 1672 | |
| 1673 | |
| 1674 | def _RestoreFilters(): |
no test coverage detected
searching dependent graphs…