| 119 | auto Settings::getSpecialJudgeTimeLimit() const -> int { return specialJudgeTimeLimit; } |
| 120 | |
| 121 | auto Settings::getFileSizeLimit() const -> int { return fileSizeLimit; } |
| 122 | |
| 123 | auto Settings::getRejudgeTimes() const -> int { return rejudgeTimes; } |
| 124 |
no outgoing calls
no test coverage detected