| 65 | auto AddTestCasesWizard::getFullScore() const -> int { return fullScore; } |
| 66 | |
| 67 | auto AddTestCasesWizard::getTimeLimit() const -> int { return timeLimit; } |
| 68 | |
| 69 | auto AddTestCasesWizard::getMemoryLimit() const -> int { return memoryLimit; } |
| 70 |
nothing calls this directly
no outgoing calls
no test coverage detected