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

Function hash_to_hex

hex.c:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117char *hash_to_hex(const unsigned char *hash)
118{
119 return hash_to_hex_algop(hash, the_hash_algo);
120}
121
122char *oid_to_hex(const struct object_id *oid)
123{

Callers 15

http_fetch_packFunction · 0.85
fetch_pack_indexFunction · 0.85
new_http_pack_requestFunction · 0.85
start_fetch_packedFunction · 0.85
handle_new_lock_ctxFunction · 0.85
prune_notesFunction · 0.85
new_rerere_idFunction · 0.85
cmd_show_indexFunction · 0.85
prepare_push_cert_nonceFunction · 0.85
push_to_deployFunction · 0.85

Calls 1

hash_to_hex_algopFunction · 0.85

Tested by

no test coverage detected