MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / exportStatistics

Method exportStatistics

src/lemon.cpp:970–970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

968void LemonLime::exportResult() { ExportUtil::exportResult(this, curContest); }
969
970void LemonLime::exportStatistics() { StatisticsBrowser::exportStatistics(this, curContest); }
971
972void LemonLime::changeContestName() {
973 if (! curContest) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected