MCPcopy 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
609int 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_entryFunction · 0.85
remove_fileFunction · 0.85

Calls 2

rmdir_or_warnFunction · 0.85
unlink_or_warnFunction · 0.85

Tested by

no test coverage detected