Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ remove_or_warn
Function
remove_or_warn
entry.c:609–612 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
607
}
608
609
int remove_or_warn(unsigned int mode, const char *file)
610
{
611
return S_ISGITLINK(mode) ? rmdir_or_warn(file) : unlink_or_warn(file);
612
}
Callers
2
unlink_entry
Function · 0.85
remove_file
Function · 0.85
Calls
2
rmdir_or_warn
Function · 0.85
unlink_or_warn
Function · 0.85
Tested by
no test coverage detected