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

Function read_bitmap_1

pack-bitmap.c:195–198  ·  view source on GitHub ↗

* Read a bitmap from the current read position on the mmaped * index, and increase the read position accordingly */

Source from the content-addressed store, hash-verified

193 * index, and increase the read position accordingly
194 */
195static struct ewah_bitmap *read_bitmap_1(struct bitmap_index *index)
196{
197 return read_bitmap(index->map, index->map_size, &index->map_pos);
198}
199
200static uint32_t bitmap_num_objects_total(struct bitmap_index *index)
201{

Callers 3

load_bitmap_entries_v1Function · 0.85
load_bitmapFunction · 0.85
lazy_bitmap_for_commitFunction · 0.85

Calls 1

read_bitmapFunction · 0.85

Tested by

no test coverage detected