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

Function hashclr

hash.h:384–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384static inline void hashclr(unsigned char *hash, const struct git_hash_algo *algop)
385{
386 memset(hash, 0, algop->rawsz);
387}
388
389static inline int oidcmp(const struct object_id *oid1, const struct object_id *oid2)
390{

Callers 2

add_packed_gitFunction · 0.85
finalize_hashfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected