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

Method canReadLine

projects/lib/src/engineprocess_win.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74bool EngineProcess::canReadLine() const
75{
76 if (!m_started)
77 return QIODevice::canReadLine();
78 return m_reader->canReadLine() || QIODevice::canReadLine();
79}
80
81void EngineProcess::killHandle(HANDLE* handle)
82{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected