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