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

Function empty_tree_oid_hex

hash.c:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238const char *empty_tree_oid_hex(const struct git_hash_algo *algop)
239{
240 static char buf[GIT_MAX_HEXSZ + 1];
241 return oid_to_hex_r(buf, algop->empty_tree);
242}
243
244const struct git_hash_algo *hash_algo_ptr_by_number(uint32_t algo)
245{

Callers 9

submodule_reset_indexFunction · 0.85
submodule_move_headFunction · 0.85
do_pick_commitFunction · 0.85
get_modified_filesFunction · 0.85
parse_diffFunction · 0.85
push_to_deployFunction · 0.85
read_emptyFunction · 0.85

Calls 1

oid_to_hex_rFunction · 0.85

Tested by

no test coverage detected