(input_api, output_api)
| 658 | |
| 659 | |
| 660 | def CheckChangeOnUpload(input_api, output_api): |
| 661 | results = [] |
| 662 | results.extend(_CommonChecks(input_api, output_api)) |
| 663 | return results |
| 664 | |
| 665 | |
| 666 | def CheckChangeOnCommit(input_api, output_api): |
nothing calls this directly
no test coverage detected
searching dependent graphs…