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

Function bitmap_num_objects_total

pack-bitmap.c:200–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200static uint32_t bitmap_num_objects_total(struct bitmap_index *index)
201{
202 if (index->midx) {
203 struct multi_pack_index *m = index->midx;
204 return m->num_objects + m->num_objects_in_base;
205 }
206 return index->pack->num_objects;
207}
208
209static uint32_t bitmap_num_objects(struct bitmap_index *index)
210{

Callers 9

bitmap_position_extendedFunction · 0.85
ext_index_add_objectFunction · 0.85
show_extended_objectsFunction · 0.85
get_size_by_posFunction · 0.85
count_object_typeFunction · 0.85
create_bitmap_mappingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected