| 222 | } |
| 223 | |
| 224 | std::wstring MSWindowsProcess::readStdError() |
| 225 | { |
| 226 | return readOutput(m_errorPipe); |
| 227 | } |
| 228 | |
| 229 | std::wstring MSWindowsProcess::readOutput(HANDLE handle) |
| 230 | { |
nothing calls this directly
no outgoing calls
no test coverage detected