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

Function free_pseudo_merge_commit_idx

pack-bitmap-write.c:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65static void free_pseudo_merge_commit_idx(struct pseudo_merge_commit_idx *idx)
66{
67 if (!idx)
68 return;
69 free(idx->pseudo_merge);
70 free(idx);
71}
72
73static void pseudo_merge_group_release_cb(void *payload, const char *name UNUSED)
74{

Callers 1

bitmap_writer_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected