MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / getMessage

Method getMessage

src/core/judgingthread.cpp:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93auto JudgingThread::getResult() const -> ResultState { return result; }
94
95auto JudgingThread::getMessage() const -> const QString & { return message; }
96
97auto JudgingThread::getNeedRejudge() const -> bool { return needRejudge; }
98

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected