| 87 | auto JudgingThread::getScore() const -> int { return score; } |
| 88 | |
| 89 | auto JudgingThread::getFullScore() const -> int { return fullScore; } |
| 90 | |
| 91 | auto JudgingThread::getJudgeTimes() const -> int { return judgedTimes; } |
| 92 |
nothing calls this directly
no outgoing calls
no test coverage detected