MCPcopy Index your code
hub / github.com/git/git / parse_oid_hex

Function parse_oid_hex

hex.c:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76int parse_oid_hex(const char *hex, struct object_id *oid, const char **end)
77{
78 return parse_oid_hex_algop(hex, oid, end, the_hash_algo);
79}
80
81char *hash_to_hex_algop_r(char *buffer, const unsigned char *hash,
82 const struct git_hash_algo *algop)

Callers 15

get_ackFunction · 0.85
is_unmatched_refFunction · 0.85
parse_gitmodules_oidsFunction · 0.85
receive_wanted_refsFunction · 0.85
receive_needsFunction · 0.85
find_merge_parentsFunction · 0.85
http_get_info_packsFunction · 0.85
parse_fetchFunction · 0.85
sequencer_rollbackFunction · 0.85
is_rr_cache_dirnameFunction · 0.85
read_graft_lineFunction · 0.85

Calls

no outgoing calls

Tested by 1

cmd__bloomFunction · 0.68