MCPcopy Create free account
hub / github.com/3rdparty/libprocess / out

Method out

include/process/subprocess.hpp:253–256  ·  view source on GitHub ↗

* @return File descriptor representing the parent side (i.e., write * side) of this subprocess' stdout pipe or None if no pipe was * requested. */

Source from the content-addressed store, hash-verified

251 * requested.
252 */
253 Option<int_fd> out() const
254 {
255 return data->out;
256 }
257
258 /**
259 * @return File descriptor representing the parent side (i.e., write

Callers 2

TEST_FFunction · 0.80
await_subprocessFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
await_subprocessFunction · 0.64