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

Function reftable_log_record_equal_void

reftable/record.c:973–979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971}
972
973static int reftable_log_record_equal_void(const void *a,
974 const void *b, uint32_t hash_size)
975{
976 return reftable_log_record_equal((struct reftable_log_record *) a,
977 (struct reftable_log_record *) b,
978 hash_size);
979}
980
981static int reftable_log_record_cmp_void(const void *_a, const void *_b)
982{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected