| 968 | void LemonLime::exportResult() { ExportUtil::exportResult(this, curContest); } |
| 969 | |
| 970 | void LemonLime::exportStatistics() { StatisticsBrowser::exportStatistics(this, curContest); } |
| 971 | |
| 972 | void LemonLime::changeContestName() { |
| 973 | if (! curContest) { |
nothing calls this directly
no outgoing calls
no test coverage detected