Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ stat
Class
stat
builtin/fast-export.c:1219–1219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1217
char line[512];
1218
FILE *f;
1219
struct stat sb;
1220
1221
if (check_exists && stat(input_file, &sb))
1222
return;
Callers
1
import_marks
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected