Return's the module's quiet setting.
()
| 970 | _cpplint_state.SetOutputFormat(output_format) |
| 971 | |
| 972 | def _Quiet(): |
| 973 | """Return's the module's quiet setting.""" |
| 974 | return _cpplint_state.quiet |
| 975 | |
| 976 | def _SetQuiet(quiet): |
| 977 | """Set the module's quiet status, and return previous setting.""" |
no outgoing calls
no test coverage detected
searching dependent graphs…