Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
int get_oid_hex(const char *hex, struct object_id *oid)
54
{
55
return get_oid_hex_algop(hex, oid, the_hash_algo);
56
}
57
58
int parse_oid_hex_algop_impl(const char *hex, struct object_id *oid,
59
const char **end,
Callers
15
find_common
Function · 0.85
process_ack
Function · 0.85
receive_shallow_info
Function · 0.85
parse_refspec
Function · 0.85
got_oid
Function · 0.85
process_shallow
Function · 0.85
parse_want
Function · 0.85
handle_line
Function · 0.85
http_fetch_ref
Function · 0.85
fetch_symref
Function · 0.85
append_merge_parents
Function · 0.85
add_one_file
Function · 0.85
Calls
1
get_oid_hex_algop
Function · 0.85
Tested by
5
parse_refspec
Function · 0.68
cmd_delete_ref
Function · 0.68
cmd_update_ref
Function · 0.68
cmd__pack_deltas
Function · 0.68
bitmap_write
Function · 0.68