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

Function git_hash_update

hash.c:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void git_hash_update(struct git_hash_ctx *ctx, const void *in, size_t len)
272{
273 ctx->algop->update_fn(ctx, in, len);
274}
275
276void git_hash_final(unsigned char *hash, struct git_hash_ctx *ctx)
277{

Callers 15

verify_packfileFunction · 0.85
stream_object_signatureFunction · 0.85
hash_object_bodyFunction · 0.85
hash_blob_streamFunction · 0.85
stream_blob_to_packFunction · 0.85
check_stream_oidFunction · 0.85
fwrite_sha1_fileFunction · 0.85
handle_new_lock_ctxFunction · 0.85
hashflushFunction · 0.85

Calls

no outgoing calls

Tested by 2

compute_hashFunction · 0.68
cmd_hash_implFunction · 0.68