MCPcopy Create free account
hub / github.com/chen3feng/toft / RedirectStdError

Method RedirectStdError

system/process/sub_process.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void SubProcess::CreateOptions::RedirectStdError(int fd)
65{
66 m_stderr_fd = fd;
67}
68
69void SubProcess::CreateOptions::EnableShell()
70{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected