MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / _Quiet

Function _Quiet

src/tests/coding/cpplint.py:1425–1427  ·  view source on GitHub ↗

Return's the module's quiet setting.

()

Source from the content-addressed store, hash-verified

1423 _cpplint_state.SetOutputFormat(output_format)
1424
1425def _Quiet():
1426 """Return's the module's quiet setting."""
1427 return _cpplint_state.quiet
1428
1429def _SetQuiet(quiet):
1430 """Set the module's quiet status, and return previous setting."""

Callers 1

ParseArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected