MCPcopy Create free account
hub / github.com/git/git / get_multi_pack_index

Function get_multi_pack_index

midx.c:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102struct multi_pack_index *get_multi_pack_index(struct odb_source *source)
103{
104 struct odb_source_files *files = odb_source_files_downcast(source);
105 packfile_store_prepare(files->packed);
106 return files->packed->midx;
107}
108
109static struct multi_pack_index *load_multi_pack_index_one(struct odb_source *source,
110 const char *midx_name)

Callers 15

open_midx_bitmapFunction · 0.85
verify_bitmap_filesFunction · 0.85
pack_geometry_initFunction · 0.85
write_midx_internalFunction · 0.85
expire_midx_packsFunction · 0.85
midx_repackFunction · 0.85

Calls 2

packfile_store_prepareFunction · 0.85

Tested by

no test coverage detected