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

Function bitmap_repo

pack-bitmap.c:238–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238static struct repository *bitmap_repo(struct bitmap_index *bitmap_git)
239{
240 if (bitmap_is_midx(bitmap_git))
241 return bitmap_git->midx->source->odb->repo;
242 return bitmap_git->pack->repo;
243}
244
245static int load_bitmap_header(struct bitmap_index *index)
246{

Callers 10

load_bitmap_headerFunction · 0.85
open_midx_bitmap_1Function · 0.85
open_pack_bitmap_1Function · 0.85
find_boundary_objectsFunction · 0.85
get_size_by_posFunction · 0.85
prepare_bitmap_walkFunction · 0.85
create_bitmap_mappingFunction · 0.85

Calls 1

bitmap_is_midxFunction · 0.85

Tested by

no test coverage detected