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

Function oid_to_hex_r

hex.c:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104char *oid_to_hex_r(char *buffer, const struct object_id *oid)
105{
106 return hash_to_hex_algop_r(buffer, oid->hash, &hash_algos[oid->algo]);
107}
108
109char *hash_to_hex_algop(const unsigned char *hash, const struct git_hash_algo *algop)
110{

Callers 15

get_common_commitsFunction · 0.85
make_patchFunction · 0.85
apply_save_autostash_refFunction · 0.85
label_oidFunction · 0.85
run_diff_indexFunction · 0.85
empty_tree_oid_hexFunction · 0.85
run_add_p_indexFunction · 0.85
prep_temp_blobFunction · 0.85
prepare_temp_fileFunction · 0.85
print_updateFunction · 0.85
debug_print_reflog_entFunction · 0.85

Calls 1

hash_to_hex_algop_rFunction · 0.85

Tested by

no test coverage detected