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

Function bitmap_for_commit

pack-bitmap.c:1050–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1048}
1049
1050struct ewah_bitmap *bitmap_for_commit(struct bitmap_index *bitmap_git,
1051 struct commit *commit)
1052{
1053 return find_bitmap_for_commit(bitmap_git, commit, NULL);
1054}
1055
1056static inline int bitmap_position_extended(struct bitmap_index *bitmap_git,
1057 const struct object_id *oid)

Callers 4

add_to_include_setFunction · 0.85
add_commit_to_bitmapFunction · 0.85
bitmap_builder_initFunction · 0.85
fill_bitmap_commitFunction · 0.85

Calls 1

find_bitmap_for_commitFunction · 0.85

Tested by

no test coverage detected