Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GJDuck/e9patch
/ stat
Class
stat
test/regtest/regtest.cpp:116–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
command.clear();
115
command +=
"./exec.sh ./"
;
116
struct stat cmd_stat;
117
command += (stat(cmd.c_str(), &cmd_stat) == 0) ? cmd : exe;
118
command +=
" >"
;
119
command += out;
Callers
1
runTest
Function · 0.70
Calls
no outgoing calls
Tested by
1
runTest
Function · 0.56