Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ do_stat_at
Function
do_stat_at
syscall.c:1187–1190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1185
}
1186
1187
int do_stat_at(const char *path, STRUCT_STAT *st)
1188
{
1189
return do_xstat_at(path, st, 0, do_stat);
1190
}
1191
1192
int do_lstat_at(const char *path, STRUCT_STAT *st)
1193
{
Callers
2
recv_generator
Function · 0.85
x_stat
Function · 0.85
Calls
1
do_xstat_at
Function · 0.85
Tested by
no test coverage detected