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

Function close_pack_index

packfile.c:413–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void close_pack_index(struct packed_git *p)
414{
415 if (p->index_data) {
416 munmap((void *)p->index_data, p->index_size);
417 p->index_data = NULL;
418 }
419}
420
421static void close_pack_revindex(struct packed_git *p)
422{

Callers 6

http_fetch_packFunction · 0.85
start_fetch_packedFunction · 0.85
close_packFunction · 0.85
verify_midx_fileFunction · 0.85
read_idx_optionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected