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

Function oideq

hash.h:394–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394static inline int oideq(const struct object_id *oid1, const struct object_id *oid2)
395{
396 return !memcmp(oid1->hash, oid2->hash, GIT_MAX_RAWSZ);
397}
398
399unsigned oid_common_prefix_hexlen(const struct object_id *a,
400 const struct object_id *b);

Callers 15

is_unmatched_refFunction · 0.85
handle_content_mergeFunction · 0.85
process_renamesFunction · 0.85
blob_unchangedFunction · 0.85
process_entryFunction · 0.85
shift_tree_objectFunction · 0.85
is_empty_blob_oidFunction · 0.85
is_empty_tree_oidFunction · 0.85

Calls

no outgoing calls

Tested by 1

dump_cache_treeFunction · 0.68