MCPcopy 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
631int rmdir_or_warn(const char *file)
632{
633 return warn_if_unremovable("rmdir", file, rmdir(file));
634}
635
636static int access_error_is_ok(int err, unsigned flag)
637{

Callers 3

remove_or_warnFunction · 0.85
submodule_move_headFunction · 0.85

Calls 1

warn_if_unremovableFunction · 0.85

Tested by

no test coverage detected