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

Function git_hash_final_oid

hash.c:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void git_hash_final_oid(struct object_id *oid, struct git_hash_ctx *ctx)
282{
283 ctx->algop->final_oid_fn(oid, ctx);
284}
285
286uint32_t hash_algo_by_name(const char *name)
287{

Callers 12

stream_object_signatureFunction · 0.85
hash_object_bodyFunction · 0.85
end_loose_object_commonFunction · 0.85
hash_blob_streamFunction · 0.85
check_stream_oidFunction · 0.85
into_oidMethod · 0.85
unpack_entry_dataFunction · 0.85
store_objectFunction · 0.85
stream_blobFunction · 0.85
cmd_unpack_objectsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected