MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / AtEnd

Method AtEnd

DebugView++Lib/PipeReader.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31bool PipeReader::AtEnd() const
32{
33 return LogSource::AtEnd() || PeekNamedPipe(m_hPipe, nullptr, 0, nullptr, nullptr, nullptr) == FALSE;
34}
35
36void PipeReader::Poll()
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected