MCPcopy Index your code
hub / github.com/git/git / bitmap_builder_clear

Function bitmap_builder_clear

pack-bitmap-write.c:565–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565static void bitmap_builder_clear(struct bitmap_builder *bb)
566{
567 deep_clear_bb_data(&bb->data, clear_bb_commit);
568 commit_stack_clear(&bb->commits);
569}
570
571static int fill_bitmap_tree(struct bitmap_writer *writer,
572 struct bitmap *bitmap,

Callers 1

bitmap_writer_buildFunction · 0.85

Calls 1

commit_stack_clearFunction · 0.85

Tested by

no test coverage detected