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

Function hashcpy

hash.h:378–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378static inline void hashcpy(unsigned char *sha_dst, const unsigned char *sha_src,
379 const struct git_hash_algo *algop)
380{
381 memcpy(sha_dst, sha_src, algop->rawsz);
382}
383
384static inline void hashclr(unsigned char *hash, const struct git_hash_algo *algop)
385{

Callers 8

parse_pack_indexFunction · 0.85
add_packed_gitFunction · 0.85
finalize_hashfileFunction · 0.85
splice_treeFunction · 0.85
bitmap_writer_finishFunction · 0.85
conclude_packFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected