Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-subprocess
/ retcode
Method
retcode
cpp-subprocess/subprocess.hpp:1417–1417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1415
int pid() const noexcept { return child_pid_; }
1416
1417
int retcode() const noexcept { return retcode_; }
1418
1419
int wait() noexcept(false);
1420
Callers
4
test_ret_code
Function · 0.80
test_ret_code_comm
Function · 0.80
test_sleep
Function · 0.80
check_output_impl
Function · 0.80
Calls
no outgoing calls
Tested by
3
test_ret_code
Function · 0.64
test_ret_code_comm
Function · 0.64
test_sleep
Function · 0.64