Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ RedirectStdOutput
Method
RedirectStdOutput
system/process/sub_process.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void SubProcess::CreateOptions::RedirectStdOutput(int fd)
60
{
61
m_stdout_fd = fd;
62
}
63
64
void SubProcess::CreateOptions::RedirectStdError(int fd)
65
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected