| 29 | } |
| 30 | |
| 31 | bool PipeReader::AtEnd() const |
| 32 | { |
| 33 | return LogSource::AtEnd() || PeekNamedPipe(m_hPipe, nullptr, 0, nullptr, nullptr, nullptr) == FALSE; |
| 34 | } |
| 35 | |
| 36 | void PipeReader::Poll() |
| 37 | { |
nothing calls this directly
no outgoing calls
no test coverage detected