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