Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3311
int bitmap_is_midx(struct bitmap_index *bitmap_git)
3312
{
3313
return !!bitmap_git->midx;
3314
}
3315
3316
static const struct string_list *bitmap_preferred_tips(struct repository *r)
3317
{
Callers
15
bitmap_name_hash
Function · 0.85
bitmap_repo
Function · 0.85
load_reverse_index
Function · 0.85
load_bitmap
Function · 0.85
bitmap_index_contains_pack
Function · 0.85
bitmap_bsearch_pos
Function · 0.85
bitmap_position
Function · 0.85
show_objects_for_type
Function · 0.85
in_bitmapped_pack
Function · 0.85
get_size_by_pos
Function · 0.85
try_partial_reuse
Function · 0.85
reuse_partial_packfile_from_bitmap_1
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_bitmap_type
Function · 0.68
test_bitmap_walk
Function · 0.68
test_bitmap_hashes
Function · 0.68