(file_extension)
| 583 | PrintUsage('Header extensions must be comma separated list.') |
| 584 | |
| 585 | def IsHeaderExtension(file_extension): |
| 586 | return file_extension in _hpp_headers |
| 587 | |
| 588 | def ParseNolintSuppressions(filename, raw_line, linenum, error): |
| 589 | """Updates the global list of line error-suppressions. |
no outgoing calls
no test coverage detected