Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ stat
Class
stat
src/install.c:177–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
176
/* compare files using stat */
177
struct stat src_sb;
178
if (stat (src_name, &src_sb) != 0)
179
return true;
180
Callers
2
need_copy
Function · 0.70
install_file_in_file
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected