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

Method setInputFile

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

Source from the content-addressed store, hash-verified

61void JudgingThread::setAnswerFile(const QString &fileName) { answerFile = fileName; }
62
63void JudgingThread::setInputFile(const QString &fileName) { inputFile = fileName; }
64
65void JudgingThread::setOutputFile(const QString &fileName) { outputFile = fileName; }
66

Callers 1

judgeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected