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

Function _Quiet

tools/cpplint.py:1613–1615  ·  view source on GitHub ↗

Return's the module's quiet setting.

()

Source from the content-addressed store, hash-verified

1611
1612
1613def _Quiet():
1614 """Return's the module's quiet setting."""
1615 return _cpplint_state.quiet
1616
1617
1618def _SetQuiet(quiet):

Callers 1

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…