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

Function open_packed_git

packfile.c:682–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682static int open_packed_git(struct packed_git *p)
683{
684 if (!open_packed_git_1(p))
685 return 0;
686 close_pack_fd(p);
687 return -1;
688}
689
690static int in_window(struct repository *r, struct pack_window *win,
691 off_t offset)

Callers 2

use_packFunction · 0.85
is_pack_validFunction · 0.85

Calls 2

open_packed_git_1Function · 0.85
close_pack_fdFunction · 0.85

Tested by

no test coverage detected