Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutechess/cutechess
/ waitForStarted
Method
waitForStarted
projects/lib/src/engineprocess_win.cpp:424–429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
422
}
423
424
bool EngineProcess::waitForStarted(int msecs)
425
{
426
// Don't wait here because CreateProcess already did the waiting
427
Q_UNUSED(msecs);
428
return m_started;
429
}
430
431
QString EngineProcess::workingDirectory() const
432
{
Callers
1
create
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected