Gets the module's output format.
()
| 961 | |
| 962 | |
| 963 | def _OutputFormat(): |
| 964 | """Gets the module's output format.""" |
| 965 | return _cpplint_state.output_format |
| 966 | |
| 967 | |
| 968 | def _SetOutputFormat(output_format): |
no outgoing calls
no test coverage detected
searching dependent graphs…