| 75 | void JudgingThread::setRawTimeLimit(int limit) { rawTimeLimit = limit; } |
| 76 | |
| 77 | void JudgingThread::setMemoryLimit(int limit) { memoryLimit = limit; } |
| 78 | |
| 79 | void JudgingThread::setRawMemoryLimit(int limit) { rawMemoryLimit = limit; } |
| 80 |
nothing calls this directly
no outgoing calls
no test coverage detected