| 93 | auto JudgingThread::getResult() const -> ResultState { return result; } |
| 94 | |
| 95 | auto JudgingThread::getMessage() const -> const QString & { return message; } |
| 96 | |
| 97 | auto JudgingThread::getNeedRejudge() const -> bool { return needRejudge; } |
| 98 |
nothing calls this directly
no outgoing calls
no test coverage detected