Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axboe/liburing
/ stat_file
Function
stat_file
test/mkdir.c:46–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
static int stat_file(const char *fn)
47
{
48
struct stat sb;
49
50
if (!stat(fn, &sb))
51
return 0;
52
53
return errno;
54
}
55
56
int main(int argc, char *argv[])
57
{
Callers
1
main
Function · 0.70
Calls
1
stat
Class · 0.70
Tested by
no test coverage detected