MCPcopy Index your code
hub / github.com/nodejs/node / _SetVerboseLevel

Function _SetVerboseLevel

tools/cpplint.py:1628–1630  ·  view source on GitHub ↗

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

(level)

Source from the content-addressed store, hash-verified

1626
1627
1628def _SetVerboseLevel(level):
1629 """Sets the module's verbosity, and returns the previous setting."""
1630 return _cpplint_state.SetVerboseLevel(level)
1631
1632
1633def _SetCountingStyle(level):

Callers 2

ProcessFileFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 1

SetVerboseLevelMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…