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

Function _SetVerboseLevel

support/cpplint.py:991–993  ·  view source on GitHub ↗

Sets the module's verbosity, and returns the previous setting.

(level)

Source from the content-addressed store, hash-verified

989
990
991def _SetVerboseLevel(level):
992 """Sets the module's verbosity, and returns the previous setting."""
993 return _cpplint_state.SetVerboseLevel(level)
994
995
996def _SetCountingStyle(level):

Callers 2

ProcessFileFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 1

SetVerboseLevelMethod · 0.80

Tested by

no test coverage detected