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

Function obj_index_tree_node_compare

reftable/writer.c:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 }
234
235static int obj_index_tree_node_compare(const void *a, const void *b)
236{
237 return reftable_buf_cmp(&((const struct obj_index_tree_node *)a)->hash,
238 &((const struct obj_index_tree_node *)b)->hash);
239}
240
241static int writer_index_hash(struct reftable_writer *w, struct reftable_buf *hash)
242{

Callers

nothing calls this directly

Calls 1

reftable_buf_cmpFunction · 0.85

Tested by

no test coverage detected