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

Method close_parent_fds

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

Source from the content-addressed store, hash-verified

1253 }
1254
1255 void close_parent_fds()
1256 {
1257 if (write_to_child_ != -1) subprocess_close(write_to_child_);
1258 if (read_from_child_ != -1) subprocess_close(read_from_child_);
1259 if (err_read_ != -1) subprocess_close(err_read_);
1260 }
1261
1262 void close_child_fds()
1263 {

Callers 1

execute_processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected