MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / _SetVerboseLevel

Function _SetVerboseLevel

steps/cpplint.py:1454–1456  ·  view source on GitHub ↗

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

(level)

Source from the content-addressed store, hash-verified

1452
1453
1454def _SetVerboseLevel(level):
1455 """Sets the module's verbosity, and returns the previous setting."""
1456 return _cpplint_state.SetVerboseLevel(level)
1457
1458
1459def _SetCountingStyle(level):

Callers 2

ProcessFileFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 1

SetVerboseLevelMethod · 0.80

Tested by

no test coverage detected