MCPcopy Create free account
hub / github.com/git/git / stat

Class stat

statinfo.c:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void fill_stat_data(struct stat_data *sd, struct stat *st)
25{
26 sd->sd_ctime.sec = (unsigned int)st->st_ctime;
27 sd->sd_mtime.sec = (unsigned int)st->st_mtime;

Callers 1

stat_validity_checkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected