| 113 | } |
| 114 | |
| 115 | struct patch_id *patch_id_iter_next(struct patch_id *cur, |
| 116 | struct patch_ids *ids) |
| 117 | { |
| 118 | return hashmap_get_next_entry(&ids->patches, cur, ent); |
| 119 | } |
| 120 | |
| 121 | int has_commit_patch_id(struct commit *commit, |
| 122 | struct patch_ids *ids) |
no outgoing calls
no test coverage detected