Gets the module's output format.
()
| 1601 | |
| 1602 | |
| 1603 | def _OutputFormat(): |
| 1604 | """Gets the module's output format.""" |
| 1605 | return _cpplint_state.output_format |
| 1606 | |
| 1607 | |
| 1608 | def _SetOutputFormat(output_format): |
no outgoing calls
no test coverage detected
searching dependent graphs…