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

Method EngineBuilder

projects/lib/src/enginebuilder.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25EngineBuilder::EngineBuilder(const EngineConfiguration& config)
26 : PlayerBuilder(config.name()),
27 m_config(config)
28{
29}
30
31bool EngineBuilder::isHuman() const
32{

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected