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

Function clear_bb_commit

pack-bitmap-write.c:417–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415};
416
417static void clear_bb_commit(struct bb_commit *commit)
418{
419 commit_list_free(commit->reverse_edges);
420 bitmap_free(commit->commit_mask);
421 bitmap_free(commit->bitmap);
422}
423
424define_commit_slab(bb_data, struct bb_commit);
425

Callers

nothing calls this directly

Calls 2

commit_list_freeFunction · 0.85
bitmap_freeFunction · 0.85

Tested by

no test coverage detected