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

Method close

projects/lib/src/engineprocess_win.cpp:112–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void EngineProcess::close()
113{
114 if (!m_started)
115 return;
116
117 emit aboutToClose();
118 kill();
119 waitForFinished(-1);
120 cleanup();
121 QIODevice::close();
122}
123
124bool EngineProcess::isSequential() const
125{

Callers 11

mainFunction · 0.80
~TournamentMethod · 0.80
setPgnOutputMethod · 0.80
setEpdOutputMethod · 0.80
writePgnMethod · 0.80
writeEpdMethod · 0.80
killMethod · 0.80
nextMethod · 0.80
createActionsMethod · 0.80
createDockWindowsMethod · 0.80
closeDialogsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected