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

Method removeGraderFilesAt

src/core/task.cpp:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void Task::removeGraderFilesAt(int num) {
142 if (num < graderFilesPath.length()) {
143 graderFilesPath.removeAt(num);
144 graderFilesName.removeAt(num);
145 }
146}
147
148void Task::addTestCase(TestCase *testCase) {
149 testCase->setIndex(testCaseList.size() + 1);

Callers 1

rmGraderFilesAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected