Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
void EngineProcess::setStandardErrorFile(const QString& fileName, OpenMode mode)
135
{
136
m_stdErrFile = fileName;
137
m_stdErrFileMode = mode;
138
}
139
140
QString EngineProcess::quote(QString str)
141
{
Callers
1
create
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected