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

Function idx_oid_cmp

t/helper/test-bitmap.c:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static int idx_oid_cmp(const void *va, const void *vb)
65{
66 const struct pack_idx_entry *a = *(const struct pack_idx_entry **)va;
67 const struct pack_idx_entry *b = *(const struct pack_idx_entry **)vb;
68
69 return oidcmp(&a->oid, &b->oid);
70}
71
72static int bitmap_write(const char *basename)
73{

Callers

nothing calls this directly

Calls 1

oidcmpFunction · 0.85

Tested by

no test coverage detected