Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ is_empty_tree_oid
Function
is_empty_tree_oid
hash.h:469–473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
467
}
468
469
static inline int is_empty_tree_oid(const struct object_id *oid,
470
const struct git_hash_algo *algop)
471
{
472
return oideq(oid, algop->empty_tree);
473
}
474
475
#endif
Callers
3
update_one
Function · 0.85
do_push_stash
Function · 0.85
file_change_m
Function · 0.85
Calls
1
oideq
Function · 0.85
Tested by
no test coverage detected