(parser, **kwargs)
| 149 | |
| 150 | |
| 151 | def _cli_check(parser, **kwargs): |
| 152 | return c_analyzer._cli_check(parser, CHECKS, **kwargs, **FILES_KWARGS) |
| 153 | |
| 154 | |
| 155 | def cmd_check(filenames=None, **kwargs): |
no outgoing calls
no test coverage detected
searching dependent graphs…