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

Function _SetQuiet

steps/cpplint.py:1444–1446  ·  view source on GitHub ↗

Set the module's quiet status, and return previous setting.

(quiet)

Source from the content-addressed store, hash-verified

1442 return _cpplint_state.quiet
1443
1444def _SetQuiet(quiet):
1445 """Set the module's quiet status, and return previous setting."""
1446 return _cpplint_state.SetQuiet(quiet)
1447
1448
1449def _VerboseLevel():

Callers 1

ParseArgumentsFunction · 0.85

Calls 1

SetQuietMethod · 0.80

Tested by

no test coverage detected