| 66 | auto Task::getSourceFilesPath() const -> const QStringList & { return sourceFilesPath; } |
| 67 | |
| 68 | auto Task::getSourceFilesName() const -> const QStringList & { return sourceFilesName; } |
| 69 | |
| 70 | auto Task::getGraderFilesPath() const -> const QStringList & { return graderFilesPath; } |
| 71 |
no outgoing calls
no test coverage detected