MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / _Quiet

Function _Quiet

steps/cpplint.py:1440–1442  ·  view source on GitHub ↗

Return's the module's quiet setting.

()

Source from the content-addressed store, hash-verified

1438 _cpplint_state.SetOutputFormat(output_format)
1439
1440def _Quiet():
1441 """Return's the module's quiet setting."""
1442 return _cpplint_state.quiet
1443
1444def _SetQuiet(quiet):
1445 """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