Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ stat
Class
stat
src/date.c:674–674 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
672
if (reference != NULL)
673
{
674
struct stat refstats;
675
if (stat (reference, &refstats) != 0)
676
error (EXIT_FAILURE, errno,
"%s"
, quotef (reference));
677
when = get_stat_mtime (&refstats);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected