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

Function _VerboseLevel

cpplint.py:1578–1580  ·  view source on GitHub ↗

Returns the module's verbosity setting.

()

Source from the content-addressed store, hash-verified

1576
1577
1578def _VerboseLevel():
1579 """Returns the module's verbosity setting."""
1580 return _cpplint_state.verbose_level
1581
1582
1583def _SetVerboseLevel(level):

Callers 2

CheckMethod · 0.85
ParseArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected