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

Method JsonParser

projects/lib/components/json/src/jsonparser.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51JsonParser::JsonParser(QTextStream& stream)
52 : m_error(false),
53 m_currentLine(1),
54 m_errorLine(0),
55 m_stream(stream)
56{
57}
58
59bool JsonParser::hasError() const
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected