Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ stat
Class
stat
src/test.c:177–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
get_mtime (char const *filename)
176
{
177
struct stat finfo;
178
return (stat (filename, &finfo) < 0
179
? make_timespec (TYPE_MINIMUM (time_t), -1)
180
: get_stat_mtime (&finfo));
Callers
3
get_mtime
Function · 0.70
binary_operator
Function · 0.70
unary_operator
Function · 0.70
Calls
no outgoing calls
Tested by
3
get_mtime
Function · 0.56
binary_operator
Function · 0.56
unary_operator
Function · 0.56