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

Function for_each_file_in_pack_dir

packfile.c:979–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977}
978
979void for_each_file_in_pack_dir(const char *objdir,
980 each_file_in_pack_dir_fn fn,
981 void *data)
982{
983 for_each_file_in_pack_subdir(objdir, NULL, fn, data);
984}
985
986struct prepare_pack_data {
987 struct odb_source *source;

Callers 4

prepare_packed_git_oneFunction · 0.85
clear_midx_files_extFunction · 0.85
write_midx_internalFunction · 0.85
dir_file_statsFunction · 0.85

Calls 1

Tested by

no test coverage detected