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

Method setStandardErrorFile

projects/lib/src/engineprocess_win.cpp:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void EngineProcess::setStandardErrorFile(const QString& fileName, OpenMode mode)
135{
136 m_stdErrFile = fileName;
137 m_stdErrFileMode = mode;
138}
139
140QString EngineProcess::quote(QString str)
141{

Callers 1

createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected