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

Method errorString

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

Source from the content-addressed store, hash-verified

62}
63
64QString JsonParser::errorString() const
65{
66 return m_errorString;
67}
68
69qint64 JsonParser::errorLineNumber() const
70{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected