| 28 | auto Task::getTestCaseList() const -> const QList<TestCase *> & { return testCaseList; } |
| 29 | |
| 30 | auto Task::getProblemTitle() const -> const QString & { return problemTitle; } |
| 31 | |
| 32 | auto Task::getSubFolderCheck() const -> bool { return subFolderCheck; } |
| 33 |
no outgoing calls
no test coverage detected