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

Function bitmap_num_objects

pack-bitmap.c:209–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209static uint32_t bitmap_num_objects(struct bitmap_index *index)
210{
211 if (index->midx)
212 return index->midx->num_objects;
213 return index->pack->num_objects;
214}
215
216static uint32_t bitmap_name_hash(struct bitmap_index *index, uint32_t pos)
217{

Callers 5

load_bitmap_headerFunction · 0.85
filter_bitmap_blob_limitFunction · 0.85
test_bitmap_hashesFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_bitmap_hashesFunction · 0.68