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

Function bitmap_is_midx

pack-bitmap.c:3311–3314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3309}
3310
3311int bitmap_is_midx(struct bitmap_index *bitmap_git)
3312{
3313 return !!bitmap_git->midx;
3314}
3315
3316static const struct string_list *bitmap_preferred_tips(struct repository *r)
3317{

Callers 15

bitmap_name_hashFunction · 0.85
bitmap_repoFunction · 0.85
load_reverse_indexFunction · 0.85
load_bitmapFunction · 0.85
bitmap_bsearch_posFunction · 0.85
bitmap_positionFunction · 0.85
show_objects_for_typeFunction · 0.85
in_bitmapped_packFunction · 0.85
get_size_by_posFunction · 0.85
try_partial_reuseFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_bitmap_typeFunction · 0.68
test_bitmap_walkFunction · 0.68
test_bitmap_hashesFunction · 0.68