MCPcopy Create free account
hub / github.com/cutechess/cutechess / bytesAvailable

Method bytesAvailable

projects/lib/src/engineprocess_win.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65qint64 EngineProcess::bytesAvailable() const
66{
67 qint64 n = QIODevice::bytesAvailable();
68
69 if (!m_started)
70 return n;
71 return m_reader->bytesAvailable() + n;
72}
73
74bool EngineProcess::canReadLine() const
75{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected