Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ stat
Class
stat
wrapper.c:726–726 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
724
int is_missing_file(const char *filename)
725
{
726
struct stat st;
727
728
if (stat(filename, &st) < 0) {
729
if (errno == ENOENT)
Callers
2
is_missing_file
Function · 0.70
is_empty_or_missing_file
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected