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

Function get_oid_hex

hex.c:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53int get_oid_hex(const char *hex, struct object_id *oid)
54{
55 return get_oid_hex_algop(hex, oid, the_hash_algo);
56}
57
58int parse_oid_hex_algop_impl(const char *hex, struct object_id *oid,
59 const char **end,

Callers 15

find_commonFunction · 0.85
process_ackFunction · 0.85
receive_shallow_infoFunction · 0.85
parse_refspecFunction · 0.85
got_oidFunction · 0.85
process_shallowFunction · 0.85
parse_wantFunction · 0.85
handle_lineFunction · 0.85
http_fetch_refFunction · 0.85
fetch_symrefFunction · 0.85
append_merge_parentsFunction · 0.85
add_one_fileFunction · 0.85

Calls 1

get_oid_hex_algopFunction · 0.85

Tested by 5

parse_refspecFunction · 0.68
cmd_delete_refFunction · 0.68
cmd_update_refFunction · 0.68
cmd__pack_deltasFunction · 0.68
bitmap_writeFunction · 0.68