| 119 | } |
| 120 | |
| 121 | int has_commit_patch_id(struct commit *commit, |
| 122 | struct patch_ids *ids) |
| 123 | { |
| 124 | return !!patch_id_iter_first(commit, ids); |
| 125 | } |
| 126 | |
| 127 | struct patch_id *add_commit_patch_id(struct commit *commit, |
| 128 | struct patch_ids *ids) |
no test coverage detected