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

Function pack_copy_cmp

tmp-objdir.c:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208static int pack_copy_cmp(const char *a, const char *b)
209{
210 return pack_copy_priority(a) - pack_copy_priority(b);
211}
212
213static int read_dir_paths(struct string_list *out, const char *path)
214{

Callers

nothing calls this directly

Calls 1

pack_copy_priorityFunction · 0.85

Tested by

no test coverage detected