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