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

Method setTask

src/core/judgingthread.cpp:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67void JudgingThread::setDiffPath(const QString &path) { diffPath = path; }
68
69void JudgingThread::setTask(Task *_task) { task = _task; }
70
71void JudgingThread::setFullScore(int score) { fullScore = score; }
72

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected