Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ rmdir_or_warn
Function
rmdir_or_warn
wrapper.c:631–634 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
629
}
630
631
int rmdir_or_warn(const char *file)
632
{
633
return warn_if_unremovable(
"rmdir"
, file, rmdir(file));
634
}
635
636
static int access_error_is_ok(int err, unsigned flag)
637
{
Callers
3
remove_or_warn
Function · 0.85
submodule_move_head
Function · 0.85
remove_template_directory
Function · 0.85
Calls
1
warn_if_unremovable
Function · 0.85
Tested by
no test coverage detected