| 81 | void JudgingThread::setInterpreterAsWatcher(bool use) { interpreterAsWatcher = use; } |
| 82 | |
| 83 | auto JudgingThread::getTimeUsed() const -> int { return timeUsed; } |
| 84 | |
| 85 | auto JudgingThread::getMemoryUsed() const -> qint64 { return memoryUsed; } |
| 86 |
nothing calls this directly
no outgoing calls
no test coverage detected