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

Function git_hash_clone

hash.c:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void git_hash_clone(struct git_hash_ctx *dst, const struct git_hash_ctx *src)
267{
268 src->algop->clone_fn(dst, src);
269}
270
271void git_hash_update(struct git_hash_ctx *ctx, const void *in, size_t len)
272{

Callers 5

hashfile_checkpointFunction · 0.85
hashfile_truncateFunction · 0.85
cloneMethod · 0.85
parse_pack_objectsFunction · 0.85
cmd_unpack_objectsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected