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

Method MatchParser

projects/cli/src/matchparser.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22MatchParser::MatchParser(const QStringList& args)
23 : m_args(args),
24 m_priority(0)
25{
26}
27
28void MatchParser::addOption(const QString& name,
29 QMetaType::Type type,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected