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

Method setExecutableFile

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

Source from the content-addressed store, hash-verified

55void JudgingThread::setSpecialJudgeTimeLimit(int limit) { specialJudgeTimeLimit = limit; }
56
57void JudgingThread::setExecutableFile(const QString &fileName) { executableFile = fileName; }
58
59void JudgingThread::setArguments(const QString &argumentsList) { arguments = argumentsList; }
60

Callers 1

judgeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected