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

Function unlink_or_warn

wrapper.c:626–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626int unlink_or_warn(const char *file)
627{
628 return warn_if_unremovable("unlink", file, unlink(file));
629}
630
631int rmdir_or_warn(const char *file)
632{

Callers 15

update_shallowFunction · 0.85
create_directoriesFunction · 0.85
checkout_entry_caFunction · 0.85
remove_or_warnFunction · 0.85
transport_unlock_packFunction · 0.85
submodule_move_headFunction · 0.85
prune_objectFunction · 0.85
new_http_object_requestFunction · 0.85

Calls 1

warn_if_unremovableFunction · 0.85

Tested by

no test coverage detected