Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
276
void git_hash_final(unsigned char *hash, struct git_hash_ctx *ctx)
277
{
278
ctx->algop->final_fn(hash, ctx);
279
}
280
281
void git_hash_final_oid(struct object_id *oid, struct git_hash_ctx *ctx)
282
{
Callers
15
verify_packfile
Function · 0.85
handle_new_lock_ctx
Function · 0.85
finalize_hashfile
Function · 0.85
hashfile_checksum_valid
Function · 0.85
handle_path
Function · 0.85
fixup_pack_header_footer
Function · 0.85
flush_one_hunk
Function · 0.85
verify_hdr
Function · 0.85
read_eoie_extension
Function · 0.85
write_eoie_extension
Function · 0.85
tr2_sid_append_my_sid_component
Function · 0.85
check_hash_data
Function · 0.85
Calls
no outgoing calls
Tested by
2
compute_hash
Function · 0.68
cmd_hash_impl
Function · 0.68