Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ stat
Class
stat
src/e9tool/e9misc.cpp:241–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
if (pathname == nullptr)
240
continue;
241
struct stat buf;
242
if (stat(pathname, &buf) == 0 && (buf.st_mode & S_IXOTH) != 0)
243
return pathname;
244
free(pathname);
Callers
1
findBinary
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected