(original: Path, expected_hash: str)
| 58 | |
| 59 | |
| 60 | def is_diff_applied(original: Path, expected_hash: str) -> bool: |
| 61 | return file_sha256(original) == expected_hash |
| 62 | |
| 63 | def patch_clang(remake_diffs=False): |
| 64 | redownloaded_clang = False |
no test coverage detected