MCPcopy 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_codeFunction · 0.80
test_ret_code_commFunction · 0.80
test_sleepFunction · 0.80
check_output_implFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_ret_codeFunction · 0.64
test_ret_code_commFunction · 0.64
test_sleepFunction · 0.64