MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / _RestoreFilters

Function _RestoreFilters

steps/cpplint.py:1497–1499  ·  view source on GitHub ↗

Restores filters previously backed up.

()

Source from the content-addressed store, hash-verified

1495 _cpplint_state.BackupFilters()
1496
1497def _RestoreFilters():
1498 """ Restores filters previously backed up."""
1499 _cpplint_state.RestoreFilters()
1500
1501class _FunctionState(object):
1502 """Tracks current function name and the number of lines in its body."""

Callers 1

ProcessFileFunction · 0.85

Calls 1

RestoreFiltersMethod · 0.80

Tested by

no test coverage detected