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

Function git_hash_final

hash.c:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void git_hash_final(unsigned char *hash, struct git_hash_ctx *ctx)
277{
278 ctx->algop->final_fn(hash, ctx);
279}
280
281void git_hash_final_oid(struct object_id *oid, struct git_hash_ctx *ctx)
282{

Callers 15

verify_packfileFunction · 0.85
handle_new_lock_ctxFunction · 0.85
finalize_hashfileFunction · 0.85
hashfile_checksum_validFunction · 0.85
handle_pathFunction · 0.85
fixup_pack_header_footerFunction · 0.85
flush_one_hunkFunction · 0.85
verify_hdrFunction · 0.85
read_eoie_extensionFunction · 0.85
write_eoie_extensionFunction · 0.85
check_hash_dataFunction · 0.85

Calls

no outgoing calls

Tested by 2

compute_hashFunction · 0.68
cmd_hash_implFunction · 0.68