MCPcopy Index your code
hub / github.com/git/git / null_oid

Function null_oid

hash.c:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231};
232
233const struct object_id *null_oid(const struct git_hash_algo *algop)
234{
235 return algop->null_oid;
236}
237
238const char *empty_tree_oid_hex(const struct git_hash_algo *algop)
239{

Callers 15

merge_submoduleFunction · 0.85
handle_content_mergeFunction · 0.85
process_renamesFunction · 0.85
process_entryFunction · 0.85
upload_packFunction · 0.85
is_submodule_activeFunction · 0.85
submodule_from_ceFunction · 0.85
submodule_needs_pushingFunction · 0.85

Calls

no outgoing calls

Tested by 2

cmd_resolve_refFunction · 0.68