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

Function get_hash_hex

hex.c:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21int get_hash_hex(const char *hex, unsigned char *sha1)
22{
23 return get_hash_hex_algop(hex, sha1, the_hash_algo);
24}
25
26int get_oid_hex_algop(const char *hex, struct object_id *oid,
27 const struct git_hash_algo *algop)

Callers 1

read_rrFunction · 0.85

Calls 1

get_hash_hex_algopFunction · 0.85

Tested by

no test coverage detected