MCPcopy Index your code
hub / github.com/git/git / stat

Class stat

copy.c:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25static int copy_times(const char *dst, const char *src)
26{
27 struct stat st;
28 struct utimbuf times;
29 if (stat(src, &st) < 0)
30 return -1;

Callers 1

copy_timesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected