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

Function is_empty_tree_oid

hash.h:469–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469static inline int is_empty_tree_oid(const struct object_id *oid,
470 const struct git_hash_algo *algop)
471{
472 return oideq(oid, algop->empty_tree);
473}
474
475#endif

Callers 3

update_oneFunction · 0.85
do_push_stashFunction · 0.85
file_change_mFunction · 0.85

Calls 1

oideqFunction · 0.85

Tested by

no test coverage detected