MCPcopy Create free account
hub / github.com/git/git / free_patch_ids

Function free_patch_ids

patch-ids.c:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

cherry_pick_listFunction · 0.85
cmd_format_patchFunction · 0.85
cmd_cherryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected