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

Method IO

include/process/subprocess.hpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 const std::vector<int_fd>& whitelist_fds);
130
131 IO(const lambda::function<Try<InputFileDescriptors>()>& _input,
132 const lambda::function<Try<OutputFileDescriptors>()>& _output)
133 : input(_input),
134 output(_output) {}
135
136 /**
137 * Prepares a set of file descriptors for stdin of a subprocess.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected