| 52 | auto Task::getSpecialJudge() const -> const QString & { return specialJudge; } |
| 53 | |
| 54 | auto Task::getInteractor() const -> const QString & { return interactor; } |
| 55 | |
| 56 | auto Task::getInteractorName() const -> const QString & { return interactorName; } |
| 57 |
no outgoing calls
no test coverage detected