Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
char *hash_to_hex(const unsigned char *hash)
118
{
119
return hash_to_hex_algop(hash, the_hash_algo);
120
}
121
122
char *oid_to_hex(const struct object_id *oid)
123
{
Callers
15
http_fetch_pack
Function · 0.85
fetch_pack_index
Function · 0.85
new_http_pack_request
Function · 0.85
new_direct_http_pack_request
Function · 0.85
start_fetch_packed
Function · 0.85
handle_new_lock_ctx
Function · 0.85
construct_path_with_fanout
Function · 0.85
prune_notes
Function · 0.85
new_rerere_id
Function · 0.85
cmd_show_index
Function · 0.85
prepare_push_cert_nonce
Function · 0.85
push_to_deploy
Function · 0.85
Calls
1
hash_to_hex_algop
Function · 0.85
Tested by
no test coverage detected