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

Function patch_id_iter_next

patch-ids.c:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115struct 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
121int has_commit_patch_id(struct commit *commit,
122 struct patch_ids *ids)

Callers 2

cherry_pick_listFunction · 0.85
prefetch_cherry_blobsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected