Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
626
int unlink_or_warn(const char *file)
627
{
628
return warn_if_unremovable(
"unlink"
, file, unlink(file));
629
}
630
631
int rmdir_or_warn(const char *file)
632
{
Callers
15
update_shallow
Function · 0.85
create_directories
Function · 0.85
checkout_entry_ca
Function · 0.85
remove_or_warn
Function · 0.85
transport_unlock_pack
Function · 0.85
submodule_move_head
Function · 0.85
finalize_object_file_flags
Function · 0.85
odb_source_loose_write_stream
Function · 0.85
prune_object
Function · 0.85
new_http_object_request
Function · 0.85
finish_http_object_request
Function · 0.85
abort_http_object_request
Function · 0.85
Calls
1
warn_if_unremovable
Function · 0.85
Tested by
no test coverage detected