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

Function _VerboseLevel

tools/cpplint.py:1623–1625  ·  view source on GitHub ↗

Returns the module's verbosity setting.

()

Source from the content-addressed store, hash-verified

1621
1622
1623def _VerboseLevel():
1624 """Returns the module's verbosity setting."""
1625 return _cpplint_state.verbose_level
1626
1627
1628def _SetVerboseLevel(level):

Callers 2

CheckMethod · 0.85
ParseArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…