| 658 | auto Settings::upperBoundForMemoryLimit() -> int { return 16777216; } |
| 659 | |
| 660 | auto Settings::upperBoundForFileSizeLimit() -> int { return 256 * 1024; } |
| 661 | |
| 662 | auto Settings::upperBoundForRejudgeTimes() -> int { return 12; } |
| 663 |
nothing calls this directly
no outgoing calls
no test coverage detected