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

Function _Quiet

cpplint.py:1568–1570  ·  view source on GitHub ↗

Return's the module's quiet setting.

()

Source from the content-addressed store, hash-verified

1566
1567
1568def _Quiet():
1569 """Return's the module's quiet setting."""
1570 return _cpplint_state.quiet
1571
1572
1573def _SetQuiet(quiet):

Callers 1

ParseArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected