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

Function packfile_list_remove

packfile.c:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void packfile_list_remove(struct packfile_list *list, struct packed_git *pack)
86{
87 free(packfile_list_remove_internal(list, pack));
88}
89
90void packfile_list_prepend(struct packfile_list *list, struct packed_git *pack)
91{

Callers 1

http_install_packfileFunction · 0.85

Calls 1

Tested by

no test coverage detected