MCPcopy Create free account
hub / github.com/arun11299/cpp-subprocess / pid

Method pid

cpp-subprocess/subprocess.hpp:1415–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1413 void start_process() noexcept(false);
1414
1415 int pid() const noexcept { return child_pid_; }
1416
1417 int retcode() const noexcept { return retcode_; }
1418

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected