Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-subprocess
/ Child
Method
Child
cpp-subprocess/subprocess.hpp:1166–1169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1164
{
1165
public:
1166
Child(Popen* p, int err_wr_pipe):
1167
parent_(p),
1168
err_wr_pipe_(err_wr_pipe)
1169
{}
1170
1171
void execute_child();
1172
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected