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

Function _Quiet

support/cpplint.py:977–979  ·  view source on GitHub ↗

Return's the module's quiet setting.

()

Source from the content-addressed store, hash-verified

975 _cpplint_state.SetOutputFormat(output_format)
976
977def _Quiet():
978 """Return's the module's quiet setting."""
979 return _cpplint_state.quiet
980
981def _SetQuiet(quiet):
982 """Set the module's quiet status, and return previous setting."""

Callers 1

ParseArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected