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

Method err

include/process/subprocess.hpp:263–266  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

261 * requested.
262 */
263 Option<int_fd> err() const
264 {
265 return data->err;
266 }
267
268 /**
269 * Exit status of this subprocess captured as a Future (completed

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64