Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ stat
Class
stat
object-file.c:152–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
{
151
void *map = NULL;
152
struct stat st;
153
154
if (!fstat(fd, &st)) {
155
*size = xsize_t(st.st_size);
Callers
1
finalize_object_file_flags
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected