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

Method setGraderFilesName

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

Source from the content-addressed store, hash-verified

120void Task::setGraderFilesPath(const QStringList &pathList) { graderFilesPath = pathList; }
121
122void Task::setGraderFilesName(const QStringList &nameList) { graderFilesName = nameList; }
123
124void Task::appendSourceFiles(const QString &path, const QString &name) {
125 sourceFilesPath.append(path);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected