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

Method setInputFiles

src/core/testcase.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36void TestCase::setMemoryLimit(int limit) { memoryLimit = limit; }
37
38void TestCase::setInputFiles(int index, const QString &fileName) {
39 if (0 <= index && index < inputFiles.size()) {
40 inputFiles[index] = fileName;
41 }
42}
43
44void TestCase::setOutputFiles(int index, const QString &fileName) {
45 if (0 <= index && index < outputFiles.size()) {

Callers 3

fileListItemChangedMethod · 0.45
modifySelectedMethod · 0.45
judgeItMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected