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

Method errorString

projects/lib/src/chessplayer.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194QString ChessPlayer::errorString() const
195{
196 return m_error;
197}
198
199void ChessPlayer::setState(State state)
200{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected