Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
281
void git_hash_final_oid(struct object_id *oid, struct git_hash_ctx *ctx)
282
{
283
ctx->algop->final_oid_fn(oid, ctx);
284
}
285
286
uint32_t hash_algo_by_name(const char *name)
287
{
Callers
12
stream_object_signature
Function · 0.85
hash_object_body
Function · 0.85
end_loose_object_common
Function · 0.85
hash_blob_stream
Function · 0.85
odb_transaction_files_write_object_stream
Function · 0.85
check_stream_oid
Function · 0.85
finish_http_object_request
Function · 0.85
into_oid
Method · 0.85
unpack_entry_data
Function · 0.85
store_object
Function · 0.85
stream_blob
Function · 0.85
cmd_unpack_objects
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected