Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ stat
Class
stat
tmp-objdir.c:238–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
enum finalize_object_file_flags flags)
237
{
238
struct stat st;
239
240
if (stat(src->buf, &st) < 0)
241
return -1;
Callers
1
migrate_one
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected