| 83 | auto JudgingThread::getTimeUsed() const -> int { return timeUsed; } |
| 84 | |
| 85 | auto JudgingThread::getMemoryUsed() const -> qint64 { return memoryUsed; } |
| 86 | |
| 87 | auto JudgingThread::getScore() const -> int { return score; } |
| 88 |
nothing calls this directly
no outgoing calls
no test coverage detected