MCPcopy Index your code
hub / github.com/git/git / warn_on_inaccessible

Function warn_on_inaccessible

wrapper.c:396–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396static void warn_on_inaccessible(const char *path)
397{
398 warning_errno(_("unable to access '%s'"), path);
399}
400
401int warn_on_fopen_errors(const char *path)
402{

Callers 2

warn_on_fopen_errorsFunction · 0.85
access_or_warnFunction · 0.85

Calls 1

warning_errnoFunction · 0.85

Tested by

no test coverage detected