Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ stat
Class
stat
src/rmdir.c:261–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
if (last_unix_slash && (*(last_unix_slash + 1) ==
'\0'
))
260
{
261
struct stat st;
262
int ret = stat (dir, &st);
263
/* Some other issue following, or is actually a directory. */
264
if ((ret != 0 && errno != ENOTDIR)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected