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

Function _SetVerboseLevel

cpplint.py:1583–1585  ·  view source on GitHub ↗

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

(level)

Source from the content-addressed store, hash-verified

1581
1582
1583def _SetVerboseLevel(level):
1584 """Sets the module's verbosity, and returns the previous setting."""
1585 return _cpplint_state.SetVerboseLevel(level)
1586
1587
1588def _SetCountingStyle(level):

Callers 2

ProcessFileFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 1

SetVerboseLevelMethod · 0.80

Tested by

no test coverage detected