Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
EngineBuilder::EngineBuilder(const EngineConfiguration& config)
26
: PlayerBuilder(config.name()),
27
m_config(config)
28
{
29
}
30
31
bool EngineBuilder::isHuman() const
32
{
Callers
nothing calls this directly
Calls
1
name
Method · 0.45
Tested by
no test coverage detected