Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1624
def
_BackupFilters():
1625
""
"Saves the current filter list to backup storage."
""
1626
_cpplint_state.BackupFilters()
1627
1628
1629
def
_RestoreFilters():
Callers
1
ProcessFile
Function · 0.85
Calls
1
BackupFilters
Method · 0.80
Tested by
no test coverage detected