MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected