| 78 | } |
| 79 | |
| 80 | int free_patch_ids(struct patch_ids *ids) |
| 81 | { |
| 82 | hashmap_clear_and_free(&ids->patches, struct patch_id, ent); |
| 83 | return 0; |
| 84 | } |
| 85 | |
| 86 | static int init_patch_id_entry(struct patch_id *patch, |
| 87 | struct commit *commit, |
no outgoing calls
no test coverage detected