Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
396
static void warn_on_inaccessible(const char *path)
397
{
398
warning_errno(_(
"unable to access '%s'"
), path);
399
}
400
401
int warn_on_fopen_errors(const char *path)
402
{
Callers
2
warn_on_fopen_errors
Function · 0.85
access_or_warn
Function · 0.85
Calls
1
warning_errno
Function · 0.85
Tested by
no test coverage detected