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

Method EngineConfiguration

projects/lib/src/engineconfiguration.cpp:25–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "engineoptionfactory.h"
24
25EngineConfiguration::EngineConfiguration()
26 : m_variants(QStringList() << "standard"),
27 m_whiteEvalPov(false),
28 m_pondering(false),
29 m_validateClaims(true),
30 m_timeoutScale(1.0),
31 m_restartMode(RestartAuto),
32 m_debugEnabled(false)
33{
34}
35
36EngineConfiguration::EngineConfiguration(const QString& name,
37 const QString& command,

Callers

nothing calls this directly

Calls 6

toMapMethod · 0.80
toStringMethod · 0.45
containsMethod · 0.45
debugEnabledMethod · 0.45
optionsMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected