Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deskflow/deskflow
/ readStdOutput
Method
readStdOutput
src/lib/platform/MSWindowsProcess.cpp:219–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
std::wstring MSWindowsProcess::readStdOutput()
220
{
221
return readOutput(m_outputPipe);
222
}
223
224
std::wstring MSWindowsProcess::readStdError()
225
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected