MCPcopy Create free account
hub / github.com/apache/mesos / _SetQuiet

Function _SetQuiet

support/cpplint.py:981–983  ·  view source on GitHub ↗

Set the module's quiet status, and return previous setting.

(quiet)

Source from the content-addressed store, hash-verified

979 return _cpplint_state.quiet
980
981def _SetQuiet(quiet):
982 """Set the module's quiet status, and return previous setting."""
983 return _cpplint_state.SetQuiet(quiet)
984
985
986def _VerboseLevel():

Callers 1

ParseArgumentsFunction · 0.85

Calls 1

SetQuietMethod · 0.80

Tested by

no test coverage detected