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

Function _Filters

cpplint.py:1593–1595  ·  view source on GitHub ↗

Returns the module's list of output filters, as a list.

()

Source from the content-addressed store, hash-verified

1591
1592
1593def _Filters():
1594 """Returns the module's list of output filters, as a list."""
1595 return _cpplint_state.filters
1596
1597
1598def _SetFilters(filters):

Callers 1

_ShouldPrintErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected